Skip to content

Commit

Permalink
ci: Update ubuntu and mac images
Browse files Browse the repository at this point in the history
  • Loading branch information
guicamest committed Oct 8, 2024
1 parent 7139748 commit b99469f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
# https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job
os: [ ubuntu-22.04, windows-2022, macos-12 ]
os: [ ubuntu-24.04, windows-2022, macos-15 ]
jvm: [ 11, 17, 21 ]

# https://github.com/actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jmh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04 ]
os: [ ubuntu-24.04 ]
jvm: [ 11, 17, 21 ]

steps:
Expand Down

0 comments on commit b99469f

Please sign in to comment.