Skip to content

Commit

Permalink
chore: Update macos CI to use 12 instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed May 5, 2024
1 parent 7f1ba77 commit f10028e
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 f10028e

Please # to comment.