Skip to content

Commit

Permalink
Merge pull request #489 from memo33/action-fix
Browse files Browse the repository at this point in the history
update GH action for compatibility with GH runner Ubuntu 24.04
  • Loading branch information
jflann authored Oct 26, 2024
2 parents b3fc9ef + b3c5761 commit 4960dd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt test
- name: Generate locale files
Expand Down

0 comments on commit 4960dd4

Please sign in to comment.