Skip to content

Commit

Permalink
Fix macos actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Jun 19, 2024
1 parent 45c4cf2 commit 088686d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@ jobs:
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
# https://github.com/actions/setup-python/issues/682
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: macos-latest
runner: macos-latest@arm64
- os: ubuntu-latest
runner: ubuntu-latest
- os: windows-latest
runner: windows-latest
os: [ubuntu-latest, windows-latest, macos-latest@arm64]

steps:
- uses: actions/checkout@v1
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@ jobs:
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
# https://github.com/actions/setup-python/issues/682
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: macos-latest
runner: macos-latest@arm64
- os: ubuntu-latest
runner: ubuntu-latest
- os: windows-latest
runner: windows-latest
os: [ubuntu-latest, windows-latest, macos-latest@arm64]

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

0 comments on commit 088686d

Please sign in to comment.