Skip to content

Commit

Permalink
Switch GitHub runner from macOS-latest to macOS-14 (#1421)
Browse files Browse the repository at this point in the history
macOS-14 uses Apple Silicon (M1) instead of Intel x86.
  • Loading branch information
wshanks authored Apr 26, 2024
1 parent 067bf7e commit d2449a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, "3.12"]
os: ["ubuntu-latest", "macos-13", "windows-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
steps:
- name: Print Concurrency Group
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, "3.12"]
os: ["ubuntu-latest", "macos-13", "windows-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
steps:
- name: Print Concurrency Group
env:
Expand Down

0 comments on commit d2449a4

Please sign in to comment.