Skip to content

Commit

Permalink
Switch test OS back to macos-13.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Sep 5, 2024
1 parent 1be773b commit 63ef5fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
# TODO: switch macos-13 to macos-latest
os: [ubuntu-latest, windows-latest, macos-13]

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
# TODO: switch macos-13 to macos-latest
os: [ubuntu-latest, windows-latest, macos-13]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 63ef5fa

Please sign in to comment.