Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Update MacOS.
  • Loading branch information
raphw authored May 20, 2024
1 parent e03550a commit 0965b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-11, windows-2022 ]
os: [ ubuntu-20.04, macos-12, windows-2022 ]
java: [ 8, 11, 17, 21 ]
runs-on: ${{ matrix.os }}
needs: [ extended ]
Expand Down

0 comments on commit 0965b7a

Please sign in to comment.