Skip to content

Commit

Permalink
Keep macos-13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Triton Library committed May 5, 2024
1 parent 81108de commit 276d5a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build:
runs-on: macos-latest
# macos-13 = x86
# macos-14 = arm (M1)
runs-on: macos-13
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ jobs:


build-macos:
runs-on: macos-latest
# macos-13 = x86
# macos-14 = arm (M1)
runs-on: macos-13
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
Expand Down

0 comments on commit 276d5a4

Please sign in to comment.