mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +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
|
- platform: macos-latest
|
||||||
args: "--target x86_64-apple-darwin"
|
args: "--target x86_64-apple-darwin"
|
||||||
target: "macos-intel"
|
target: "macos-intel"
|
||||||
- platform: macos-15-intel
|
- platform: macos-latest
|
||||||
args: "--target aarch64-apple-darwin"
|
args: "--target aarch64-apple-darwin"
|
||||||
target: "macos-arm"
|
target: "macos-arm"
|
||||||
runs-on: ${{ matrix.settings.platform }}
|
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"
|
args: "--target x86_64-apple-darwin --debug"
|
||||||
target: "macos-intel"
|
target: "macos-intel"
|
||||||
artifact: "debug-build-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
|
- platform: macos-latest
|
||||||
args: "--target aarch64-apple-darwin --debug"
|
args: "--target aarch64-apple-darwin --debug"
|
||||||
target: "macos-arm"
|
target: "macos-arm"
|
||||||
artifact: "debug-build-macos-arm-latest"
|
artifact: "debug-build-macos-arm"
|
||||||
runs-on: ${{ matrix.settings.platform }}
|
runs-on: ${{ matrix.settings.platform }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user