Skip to content

Commit ece1370

Browse files
committed
Update macOS intel runners
macOS-13 is now deprecated.
1 parent de16351 commit ece1370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
278278
build-mac-x86_64:
279279
name: Build binary (Mac x86_64)
280-
runs-on: macOS-13
280+
runs-on: macOS-15-intel
281281
env:
282282
MACOSX_DEPLOYMENT_TARGET: 10.13
283283
ADD_CABAL_ARGS: ""
@@ -649,7 +649,7 @@ jobs:
649649

650650
test-mac-x86_64:
651651
name: Test binary (Mac x86_64)
652-
runs-on: macOS-13
652+
runs-on: macOS-15-intel
653653
needs: ["build-mac-x86_64"]
654654
if: ${{ inputs.test }}
655655
env:

0 commit comments

Comments
 (0)