mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
ci: use macos-lastest
to package macOS app
This commit is contained in:
parent
e1ac596261
commit
9b6fd3b147
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
path: build/sourcegit_*.zip
|
path: build/sourcegit_*.zip
|
||||||
osx-app:
|
osx-app:
|
||||||
name: Package OSX app
|
name: Package OSX app
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runtime: [osx-x64, osx-arm64]
|
runtime: [osx-x64, osx-arm64]
|
||||||
|
|
Loading…
Reference in a new issue