Skip to content

Commit

Permalink
update macos images for launcher release action
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed May 20, 2024
1 parent e211bdc commit aba52c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ 'windows-2019', 'ubuntu-20.04', 'macos-11', 'macos-14' ]
os: [ 'windows-2019', 'ubuntu-20.04', 'macos-12', 'macos-14-arm64' ]
include:
- os: 'windows-2019'
artifact-name: 'launcher-windows-amd64'
Expand All @@ -24,12 +24,12 @@ jobs:
move-command: 'mv dist/__main__ dist/launch'
zip-command: 'zip -j dist/ZenithProxy-launcher-linux-amd64.zip dist/launch'
sha1-command: 'sha1sum -b dist/launch | cut -d" " -f 1'
- os: 'macos-11'
- os: 'macos-12'
artifact-name: 'launcher-macos-amd64'
move-command: 'mv dist/__main__ dist/launch'
zip-command: 'zip -j dist/ZenithProxy-launcher-macos-amd64.zip dist/launch'
sha1-command: 'shasum dist/launch | cut -d" " -f 1'
- os: 'macos-14'
- os: 'macos-14-arm64'
artifact-name: 'launcher-macos-aarch64'
move-command: 'mv dist/__main__ dist/launch'
zip-command: 'zip -j dist/ZenithProxy-launcher-macos-aarch64.zip dist/launch'
Expand Down

0 comments on commit aba52c0

Please sign in to comment.