Skip to content

Commit

Permalink
Back to macos-12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Triton Library committed May 5, 2024
1 parent 276d5a4 commit 722d900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
# macos-13 = x86
# macos-14 = arm (M1)
runs-on: macos-13
runs-on: macos-12
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
build-macos:
# macos-13 = x86
# macos-14 = arm (M1)
runs-on: macos-13
runs-on: macos-12
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
Expand Down

0 comments on commit 722d900

Please sign in to comment.