Skip to content

Commit

Permalink
use macos-12 instead of macos-latest in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Apr 25, 2024
1 parent 1560d49 commit 3722c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-latest
- os: macos-12
python-version: "3.10"

steps:
Expand Down

0 comments on commit 3722c8c

Please sign in to comment.