Skip to content

Commit

Permalink
Use macos-14 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed Mar 18, 2024
1 parent bcf61a9 commit 775a0fa
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 @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# os: [ubuntu-20.04, macos-12]
os: [macos-13-xlarge]
os: [macos-14]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
./$PREFIX/bin/zsv version
- name: Build on macOS (${{ env.ARM64_MACOSX_GCC }})
if: matrix.os == 'macos-13-xlarge'
if: matrix.os == 'macos-14'
env:
PREFIX: ${{ env.ARM64_MACOSX_GCC }}
CC: gcc-11
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
if-no-files-found: error

- name: Upload (zsv-${{ env.TAG }}-${{ env.ARM64_MACOSX_GCC }}.zip)
if: matrix.os == 'macos-13-xlarge'
if: matrix.os == 'macos-14'
uses: actions/upload-artifact@v4
env:
ARTIFACT_NAME: zsv-${{ env.TAG }}-${{ env.ARM64_MACOSX_GCC }}.zip
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
if-no-files-found: error

- name: Upload (zsv-${{ env.TAG }}-${{ env.ARM64_MACOSX_GCC }}.tar.gz)
if: matrix.os == 'macos-13-xlarge'
if: matrix.os == 'macos-14'
uses: actions/upload-artifact@v4
env:
ARTIFACT_NAME: zsv-${{ env.TAG }}-${{ env.ARM64_MACOSX_GCC }}.tar.gz
Expand Down

0 comments on commit 775a0fa

Please sign in to comment.