Skip to content

Commit

Permalink
Pin macos runner to v12 (#134)
Browse files Browse the repository at this point in the history
* pin macos runner

* add note
  • Loading branch information
IAlibay authored Apr 30, 2024
1 parent 7a9611e commit 9fea50f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
# Note: we temporarily pin to macos-12 to avoid compatibility issues
# between AT22+ and macos-13+ runners
os: [ubuntu-latest, macos-12]
python-version: ["3.11",]

steps:
Expand Down

0 comments on commit 9fea50f

Please sign in to comment.