Skip to content

Commit 6ee2d1f

Browse files
hsbteregon
authored andcommitted
Removed macos-arm-oss from GitHub Actions
1 parent 8d0aada commit 6ee2d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-arm-oss ]
81+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-14 ]
8282
name: [ '-head', '+graalvm-head' ]
8383
runs-on: ${{ matrix.os }}
8484
steps:
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
platform=${{ matrix.os }}
9595
platform=${platform/macos-12/macos-latest}
96-
platform=${platform/macos-arm-oss/macos-13-arm64}
96+
platform=${platform/macos-14/macos-13-arm64}
9797
echo "platform=$platform" >> $GITHUB_OUTPUT
9898
9999
# Build

0 commit comments

Comments
 (0)