Skip to content

Commit 3dfc860

Browse files
committed
macos-13 is gone, use macos-15-intel
1 parent e089157 commit 3dfc860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14 ]
81+
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-15-intel, macos-14 ]
8282
name: [ '-head', '+graalvm-head' ]
8383
runs-on: ${{ matrix.os }}
8484
steps:
@@ -92,7 +92,7 @@ jobs:
9292
id: platform
9393
run: |
9494
platform=${{ matrix.os }}
95-
platform=${platform/macos-13/darwin-x64}
95+
platform=${platform/macos-15-intel/darwin-x64}
9696
platform=${platform/macos-14/darwin-arm64}
9797
platform=${platform/%.04/.04-x64}
9898
platform=${platform/%.04-arm/.04-arm64}

0 commit comments

Comments
 (0)