Skip to content

Commit

Permalink
Github actions: explicitly use macOS-12
Browse files Browse the repository at this point in the history
Latest version is now 14 but it doesn't include sbt.
  • Loading branch information
kitbellew committed Apr 28, 2024
1 parent a44fd2f commit 17f1b9d
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 @@ -56,13 +56,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
os: [macOS-12, ubuntu-latest]
libc: [default, musl]
exclude:
- os: macOS-latest
- os: macOS-12
libc: musl
include:
- os: macOS-latest
- os: macOS-12
artifact: scalafmt-macos
env:
NATIVE_IMAGE_STATIC: false
Expand Down

0 comments on commit 17f1b9d

Please sign in to comment.