Skip to content

Commit

Permalink
CI: switch deprecated macOS-12 to macOS-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Nov 4, 2024
1 parent d293f7f commit db2d808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-12, ubuntu-latest]
os: [macOS-latest, ubuntu-latest]
libc: [default, musl]
exclude:
- os: macOS-12
- os: macOS-latest
libc: musl
include:
- os: macOS-12
- os: macOS-latest
artifact: scalafmt-macos
env:
NATIVE_IMAGE_STATIC: false
Expand Down

0 comments on commit db2d808

Please sign in to comment.