Skip to content

Commit

Permalink
Don't publish macos-x86_64
Browse files Browse the repository at this point in the history
Turns out the images changed again since the last
piece of documentation I looked at, so both macOS
matrix entries built as aarch64.

This OS/arch pair is virtually deprecated at this
point and presumably GitHub will only use aarch64
macOS runners going forwards, so let's drop the
complexity.
  • Loading branch information
samhh committed Apr 25, 2024
1 parent 86db75e commit 0726c99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
os:
[
{ name: "linux-x86_64", runner: "ubuntu-latest" },
{ name: "macos-x86_64", runner: "macos-latest" },
{ name: "macos-aarch64", runner: "macos-latest-xlarge" },
{ name: "macos-aarch64", runner: "macos-latest" },
]
runs-on: ${{ matrix.os.runner }}
permissions:
Expand Down

0 comments on commit 0726c99

Please sign in to comment.