Skip to content

Commit

Permalink
Pin CI to macOS-13
Browse files Browse the repository at this point in the history
To avoid arm64 breaking Clozure
  • Loading branch information
ruricolist committed Apr 25, 2024
1 parent 86c8ef9 commit 91172e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
lisp: [sbcl-bin, ccl-bin/1.12.1, ecl/21.2.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 91172e8

Please sign in to comment.