Skip to content

Commit

Permalink
macOS-12 -> macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Oct 24, 2024
1 parent 92596ad commit ab44f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ${{ matrix.target == 'arm64' && 'macos-14' || 'macOS-12' }}
runs-on: ${{ matrix.target == 'arm64' && 'macos-14' || 'macOS-13' }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
brew install automake autoconf
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
ros install snmsts/sn.github
ros install snmsts/sn.github roswell/sbcl_bin
make zstd
bash -c "cd zstd/lib; sudo make PREFIX=/usr/local install-includes install-static clean"
rm -f /usr/local/lib/libzstd*.dylib /opt/homebrew/lib/libzstd*.dylib
Expand Down

0 comments on commit ab44f02

Please sign in to comment.