Skip to content

Commit

Permalink
Don't use xlarge MacOS runners
Browse files Browse the repository at this point in the history
MacOS xlarge runners are no longer required for building on Apple arm64
architecture.
  • Loading branch information
sveinung-r committed Jul 30, 2024
1 parent 75b2156 commit 40a52b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
analyzers: "cppcheck"
scan: "scan-build --status-bugs"
mkdoc: "-DBUILD_DOC=ON -DSPHINX_ARGS=-WT"
- os: macos-13-xlarge
- os: macos-latest
privledges: "sudo"
arch: arm64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
arch: i686
- os: macos-latest
arch: x86_64
- os: macos-13-xlarge
- os: macos-latest
arch: arm64

steps:
Expand Down

0 comments on commit 40a52b8

Please sign in to comment.