From 32a09769048d715d33d2a71c980f80c2572f43a9 Mon Sep 17 00:00:00 2001 From: Maarten Mulders Date: Fri, 9 Aug 2024 11:54:53 +0200 Subject: [PATCH] chore: Use GitHub-provided macOS-14 runners (#400) * chore: Use GitHub-provided macOS-14 runners * chore: Create correct target directories --- .github/workflows/early-access.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index 3631687..b622ca4 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -17,14 +17,14 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-12, macOS-arm64-latest, windows-latest ] + os: [ ubuntu-latest, macOS-12, macos-14, windows-latest ] gu-binary: [ gu, gu.cmd ] exclude: - os: ubuntu-latest gu-binary: gu.cmd - os: macOS-12 gu-binary: gu.cmd - - os: macos-arm64-latest + - os: macos-14 gu-binary: gu.cmd - os: windows-latest gu-binary: gu @@ -134,7 +134,7 @@ jobs: - name: Move build artifacts to correct folder run: | - targets=("ubuntu-latest" "macOS-latest" "macOS-arm64-latest" "windows-latest") + targets=("ubuntu-latest" "macOS-latest" "macos-14" "windows-latest") mkdir -p artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0507c47..ca1111d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,14 +70,14 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-12, macOS-arm64-latest, windows-latest ] + os: [ ubuntu-latest, macOS-12, macos-14, windows-latest ] gu-binary: [ gu, gu.cmd ] exclude: - os: ubuntu-latest gu-binary: gu.cmd - os: macOS-12 gu-binary: gu.cmd - - os: macos-arm64-latest + - os: macos-14 gu-binary: gu.cmd - os: windows-latest gu-binary: gu @@ -208,7 +208,7 @@ jobs: - name: Move build artifacts to correct folder run: | - targets=("ubuntu-latest" "macOS-latest" "macOS-arm64-latest" "windows-latest") + targets=("ubuntu-latest" "macOS-latest" "macos-14" "windows-latest") mkdir -p artifacts