Skip to content

Commit

Permalink
chore: Bump Intel/Mac builds to macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Jan 17, 2025
1 parent f687704 commit ca9b754
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,12 +17,12 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-12, macos-14, windows-latest ]
os: [ ubuntu-latest, macos-13, macos-14, windows-latest ]
gu-binary: [ gu, gu.cmd ]
exclude:
- os: ubuntu-latest
gu-binary: gu.cmd
- os: macOS-12
- os: macos-13
gu-binary: gu.cmd
- os: macos-14
gu-binary: gu.cmd
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

- name: Move build artifacts to correct folder
run: |
targets=("ubuntu-latest" "macOS-latest" "macos-14" "windows-latest")
targets=("ubuntu-latest" "macos-13" "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,12 +70,12 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-12, macos-14, windows-latest ]
os: [ ubuntu-latest, macos-13, macos-14, windows-latest ]
gu-binary: [ gu, gu.cmd ]
exclude:
- os: ubuntu-latest
gu-binary: gu.cmd
- os: macOS-12
- os: macos-13
gu-binary: gu.cmd
- os: macos-14
gu-binary: gu.cmd
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:

- name: Move build artifacts to correct folder
run: |
targets=("ubuntu-latest" "macOS-latest" "macos-14" "windows-latest")
targets=("ubuntu-latest" "macos-13" "macos-14" "windows-latest")
mkdir -p artifacts
Expand Down

0 comments on commit ca9b754

Please sign in to comment.