Skip to content

Commit 8552e90

Browse files
authored
Merge pull request #284 from maxmind/horgh/correct-macos
Use correct macos intel image
2 parents 1727a36 + cef1ee1 commit 8552e90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- linux-arm
2626
- linux-intel
2727
- macos-arm
28-
- macos-15-intel
28+
- macos-intel
2929
- windows-arm
3030
- windows-intel
3131
include:
@@ -45,8 +45,7 @@ jobs:
4545
- os: linux-intel
4646
runs-on: ubuntu-latest
4747
- os: macos-intel
48-
# macos-13 was the last x86_64 runner
49-
runs-on: macos-13
48+
runs-on: macos-15-intel
5049
- os: macos-arm
5150
# macos-14+ (including latest) are ARM64 runners
5251
runs-on: macos-latest

0 commit comments

Comments
 (0)