Skip to content

Commit

Permalink
Pin CI to macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed May 24, 2024
1 parent dc0744d commit 7416682
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 @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
lisp: [sbcl-bin, ccl-bin/1.12.1]
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macOS-13] # macos-latest when Clozure supports arm64?

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 7416682

Please sign in to comment.