ci: use macos-lastest to package macOS app

This commit is contained in:
leo 2024-08-21 16:24:05 +08:00
parent e1ac596261
commit 9b6fd3b147
No known key found for this signature in database

View file

@ -33,7 +33,7 @@ jobs:
path: build/sourcegit_*.zip
osx-app:
name: Package OSX app
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
matrix:
runtime: [osx-x64, osx-arm64]