Skip to content

Commit

Permalink
[ci] Switch to macos-13 as this is x86
Browse files Browse the repository at this point in the history
We need to build x86_64 images not arm64 images.  Use `macos-13` as this
is an x86 machine.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Dec 6, 2024
1 parent 3b81a23 commit 31365f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/uploadReleaseArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if: github.event_name == 'release' || ( github.event_name == 'workflow_dispatch' && inputs.os == 'macos' )
env:
os: macos
runner: macos-14
runner: macos-13
arch: x64
tar: gtar czf
archive: tar.gz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/uploadWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
cibw_build: cp38-manylinux_x86_64
- os: ubuntu-20.04
cibw_build: cp310-manylinux_x86_64
- os: macos-14
- os: macos-13
cibw_build: cp38-macosx_x86_64
- os: macos-14
- os: macos-13
cibw_build: cp310-macosx_x86_64

steps:
Expand Down

0 comments on commit 31365f2

Please sign in to comment.