Skip to content

Commit

Permalink
chore: Use GitHub-provided macOS-14 runners (#400)
Browse files Browse the repository at this point in the history
* chore: Use GitHub-provided macOS-14 runners

* chore: Create correct target directories
  • Loading branch information
mthmulders authored Aug 9, 2024
1 parent 120b6a6 commit 32a0976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 32a0976

Please sign in to comment.