Skip to content

Commit

Permalink
Use macos-13 in GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Jun 20, 2024
1 parent 0962234 commit 9c0a3bf
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 @@ -11,8 +11,9 @@ jobs:
matrix:
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
# https://github.com/actions/setup-python/issues/682
# TODO: switch macos-13 to macos-latest@arm64
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
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 @@ -11,8 +11,9 @@ jobs:
matrix:
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
# https://github.com/actions/setup-python/issues/682
# TODO: switch macos-13 to macos-latest@arm64
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
os: [ubuntu-latest, windows-latest, macos-13]

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

0 comments on commit 9c0a3bf

Please sign in to comment.