Skip to content

Commit

Permalink
modify to use the MacOS runner image that runs on x64
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Sep 17, 2024
1 parent ee23df3 commit 95e3142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
os: ${{ steps.input-prerequisites.outputs.os }}
verbose: ${{ steps.input-prerequisites.outputs.verbose }}
env:
RUNS_ON_OS_LIST_DEFAULT: 'ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-latest, macos-latest'
RUNS_ON_OS_LIST_DEFAULT: 'ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-latest, macos-12, macos-13'
steps:
- name: Delay until the package is published
run: |
Expand Down

0 comments on commit 95e3142

Please sign in to comment.