Skip to content

Commit

Permalink
Switching 'runs-on' value for M1 runner to 'macos-13-xlarge'
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed Jan 19, 2024
1 parent 8fdbe4f commit c9589f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
setup_apple_silicon:
runs-on: macos-13 # M1
runs-on: macos-13-xlarge # M1
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10.6'

- name: Check architecture
run: |
if [[ $(uname -m) == 'arm64' ]]; then
Expand Down

0 comments on commit c9589f5

Please sign in to comment.