Skip to content

Commit

Permalink
Use arm image for macos rust tests, intel image for python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 14, 2024
1 parent c8c1fca commit 78f0203
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
os:
- ubuntu-20.04
- windows-2022
- macos-13
- macos-14
steps:
- name: Check out repository code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # [email protected]
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
target/wheels/*.whl
build-vegafusion-python-embed-osx-64:
runs-on: macos-13
runs-on: macos-12
steps:
- name: Check out repository code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # [email protected]
Expand All @@ -206,7 +206,7 @@ jobs:
target/wheels/*.whl
build-vegafusion-python-embed-osx-arm64:
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Check out repository code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # [email protected]
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
run: pytest

test-vegafusion-python-osx-64:
runs-on: macos-13
runs-on: macos-12
needs: [build-vegafusion-python-embed-osx-64, build-vegafusion-packages]
steps:
- name: Check out repository code
Expand Down Expand Up @@ -622,7 +622,7 @@ jobs:
vegafusion-server-*
build-vegafusion-server-osx-arm64:
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Check out repository code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # [email protected]
Expand Down

0 comments on commit 78f0203

Please sign in to comment.