Skip to content

Commit

Permalink
use macos-14 instead of legacy macos-11 runner for building release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Apr 5, 2024
1 parent f3cb414 commit dfe0547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: macos-latest
target: x86_64-apple-darwin
- build: mac-aarch64
os: macos-11
os: macos-14
target: aarch64-apple-darwin
- build: win
os: windows-latest
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
cp target/${{ matrix.target }}/release/hgrep.exe LICENSE.txt README.md ${{ steps.info.outputs.asset_dir }}
7z a ${{ steps.info.outputs.zip }} ${{ steps.info.outputs.asset_dir }}
- name: Upload release artifact
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.info.outputs.version }}
draft: false
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
cp target/x86_64-unknown-linux-musl/release/hgrep LICENSE.txt README.md ${{ steps.info.outputs.asset_dir }}
zip ${{ steps.info.outputs.zip }} -r ${{ steps.info.outputs.asset_dir }}
- name: Upload release artifact
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.info.outputs.version }}
draft: false
Expand Down

0 comments on commit dfe0547

Please sign in to comment.