ci: bump macos version
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
targets: AppImage
|
targets: AppImage
|
||||||
|
|
||||||
- platform: macos
|
- platform: macos
|
||||||
os: macos-11
|
os: macos-13
|
||||||
aarch: universal
|
aarch: universal
|
||||||
targets: dmg
|
targets: dmg
|
||||||
|
|
||||||
@@ -203,7 +203,6 @@ jobs:
|
|||||||
path: ./out
|
path: ./out
|
||||||
retention-days: 2
|
retention-days: 2
|
||||||
|
|
||||||
|
|
||||||
upload-draft:
|
upload-draft:
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
if: ${{ github.ref_type=='branch' }}
|
if: ${{ github.ref_type=='branch' }}
|
||||||
@@ -229,7 +228,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create or Update Draft Release
|
- name: Create or Update Draft Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: github.ref_type!='tag'
|
if: github.ref_type!='tag'
|
||||||
#&& success()
|
#&& success()
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -274,4 +273,4 @@ jobs:
|
|||||||
packageName: app.hiddify.com
|
packageName: app.hiddify.com
|
||||||
releaseName: ${{ github.ref }}
|
releaseName: ${{ github.ref }}
|
||||||
releaseFiles: ./out/hiddify-android-market.aab
|
releaseFiles: ./out/hiddify-android-market.aab
|
||||||
track: internal
|
track: internal
|
||||||
|
|||||||
Reference in New Issue
Block a user