Skip to content

Commit

Permalink
fix(ci): macos runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Dec 5, 2024
1 parent ad0f537 commit c47962d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
arch: linux-aarch64
- os: macos-latest
arch: macos-arm64
- os: macos-12
- os: macos-13
arch: macos-x64
runs-on: ${{ matrix.config.os }}

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
echo "Compressing $f"
if [[ $f == wchisp-win* ]]; then
zip -r $f.zip $f
else
else
tar -czvf $f.tar.gz $f
fi
done
Expand Down

0 comments on commit c47962d

Please sign in to comment.