Skip to content

Commit

Permalink
macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 13, 2024
1 parent b9099ef commit cea50d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-12
- macos-13
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-12
runs-on: macos-13
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-13-arm64
steps:
- name: Check out repository code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # [email protected]
Expand Down Expand Up @@ -622,7 +622,7 @@ jobs:
vegafusion-server-*
build-vegafusion-server-osx-arm64:
runs-on: macos-latest
runs-on: macos-13-arm64
steps:
- name: Check out repository code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # [email protected]
Expand Down

0 comments on commit cea50d4

Please sign in to comment.