Skip to content

Commit

Permalink
Update scalafix GHA (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Jan 20, 2025
1 parent b8f8af1 commit 88f39a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scalafix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
scalafix:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- name: Checkout current branch (full)
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Setup Java (corretto@11)
id: setup-java-corretto-11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 11
Expand Down

0 comments on commit 88f39a7

Please sign in to comment.