Skip to content

Commit 621c69a

Browse files
authored
Merge pull request #1424 from herbie-fp/fix-macos-distribute
Woops, I typo'd the names of the newest Intel mac runners
2 parents bed20c8 + 4b3070f commit 621c69a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- os: macos-latest
1717
arch: aarch64
18-
- os: macos-15-large
18+
- os: macos-15-intel
1919
arch: x64
2020
- os: ubuntu-latest
2121
arch: x64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- os: macos-latest
2121
os-name: macOS-m1
2222
arch: arm64
23-
- os: macos-15-large
23+
- os: macos-15-intel
2424
os-name: macOS
2525
arch: x64
2626

0 commit comments

Comments
 (0)