Skip to content

Commit

Permalink
Merge pull request #365 from coursier/change-macos-12
Browse files Browse the repository at this point in the history
chore: Update macos CI to use 12 instead of latest
  • Loading branch information
tgodzik authored May 5, 2024
2 parents 97efea1 + f10028e commit 7912682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
OS: ["ubuntu-latest", "macos-latest", "windows-latest"]
OS: ["ubuntu-latest", "macos-12", "windows-latest"]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7912682

Please # to comment.