Skip to content

Commit

Permalink
Use ubuntu-22.04 (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccartney authored Jan 21, 2025
1 parent 787b9d3 commit 956ae02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
test:
name: Test using JDK ${{matrix.java}} and Scala ${{matrix.scala}}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- run: sbt ++${{matrix.scala}}! test
additional-checks:
name: Run additional checks
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 956ae02

Please sign in to comment.