mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
🔨 macos-latest
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- platform: macos-latest
|
||||
args: "--target x86_64-apple-darwin"
|
||||
target: "macos-intel"
|
||||
- platform: macos-15-intel
|
||||
- platform: macos-latest
|
||||
args: "--target aarch64-apple-darwin"
|
||||
target: "macos-arm"
|
||||
runs-on: ${{ matrix.settings.platform }}
|
||||
|
||||
6
.github/workflows/debug.yml
vendored
6
.github/workflows/debug.yml
vendored
@@ -13,14 +13,10 @@ jobs:
|
||||
args: "--target x86_64-apple-darwin --debug"
|
||||
target: "macos-intel"
|
||||
artifact: "debug-build-macos-intel"
|
||||
- platform: macos-15-intel
|
||||
args: "--target aarch64-apple-darwin --debug"
|
||||
target: "macos-arm"
|
||||
artifact: "debug-build-macos-arm"
|
||||
- platform: macos-latest
|
||||
args: "--target aarch64-apple-darwin --debug"
|
||||
target: "macos-arm"
|
||||
artifact: "debug-build-macos-arm-latest"
|
||||
artifact: "debug-build-macos-arm"
|
||||
runs-on: ${{ matrix.settings.platform }}
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user