Skip to content

Commit

Permalink
Update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich committed Nov 5, 2024
1 parent 1c1cbfe commit 4348e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12]
java: [ '11', '17' ]
os: [ubuntu-22.04, macos-13]
java: [ '17' ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down

0 comments on commit 4348e4b

Please sign in to comment.