mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
ci: 更新废弃的 macOS 13 至 14
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -140,7 +140,7 @@ jobs:
|
||||
path: ${{ env.ARCHIVE_NAME }}.zip
|
||||
|
||||
build-macos-x64:
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
env:
|
||||
ARCHIVE_NAME: ${{ github.event.repository.name }}-${{ github.event.release.tag_name || 'nightly' }}-macos-x64
|
||||
steps:
|
||||
@@ -217,7 +217,7 @@ jobs:
|
||||
path: ${{ env.ARCHIVE_NAME }}.zip
|
||||
|
||||
build-macos-arm64:
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
env:
|
||||
ARCHIVE_NAME: ${{ github.event.repository.name }}-${{ github.event.release.tag_name || 'nightly' }}-macos-arm64
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user