Skip to content

Commit

Permalink
Switch to using GitHub runners for MacOS aarch64 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Aug 1, 2024
1 parent bf3ed1f commit ecc0b04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
fail-fast: false
matrix:
OS: ["macOS-m1", "macos-latest"]
OS: ["macos-14", "macos-13"]
include:
- OS: "macOS-m1"
- OS: "macos-14"
JVM: "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.1.0/graalvm-ce-java17-darwin-aarch64-22.1.0.tar.gz"
- OS: "macos-latest"
- OS: "macos-13"
JVM: "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.1.0/graalvm-ce-java17-darwin-amd64-22.1.0.tar.gz"
runs-on: ${{ matrix.OS }}
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
env:
GRAALVM_ID: ${{ matrix.JVM }}
- name: Build OS packages
if: matrix.os == 'macOS-m1'
if: matrix.os == 'macos-14'
run: .github/scripts/generate-os-packages.sh
shell: bash
- uses: actions/[email protected]
Expand Down

0 comments on commit ecc0b04

Please sign in to comment.