mirror of
https://github.com/SteamRE/DepotDownloader.git
synced 2026-02-04 05:31:18 +01:00
Add new GitHub Actions M1 runners to CI
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
runs-on: [macos-latest, ubuntu-latest, windows-latest]
|
||||
runs-on: [macos-latest, macos-14, ubuntu-latest, windows-latest]
|
||||
configuration: [Release, Debug]
|
||||
env:
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
run: dotnet publish --configuration Release -p:PublishSingleFile=true -p:DebugType=embedded --self-contained --runtime osx-x64 --output selfcontained-osx-x64
|
||||
|
||||
- name: Publish macOS-arm64
|
||||
if: matrix.configuration == 'Release' && matrix.runs-on == 'macos-latest'
|
||||
if: matrix.configuration == 'Release' && matrix.runs-on == 'macos-14'
|
||||
run: dotnet publish --configuration Release -p:PublishSingleFile=true -p:DebugType=embedded --self-contained --runtime osx-arm64 --output selfcontained-osx-arm64
|
||||
|
||||
- name: Upload Windows-x64
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
|
||||
- name: Upload macOS-arm64
|
||||
uses: actions/upload-artifact@v3
|
||||
if: matrix.configuration == 'Release' && matrix.runs-on == 'macos-latest'
|
||||
if: matrix.configuration == 'Release' && matrix.runs-on == 'macos-14'
|
||||
with:
|
||||
name: DepotDownloader-macos-arm64
|
||||
path: selfcontained-osx-arm64
|
||||
|
||||
2
.github/workflows/sk2-ci.yml
vendored
2
.github/workflows/sk2-ci.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
runs-on: [ macos-latest, ubuntu-latest, windows-latest ]
|
||||
runs-on: [ macos-latest, macos-14, ubuntu-latest, windows-latest ]
|
||||
configuration: [ Release, Debug ]
|
||||
env:
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||
|
||||
Reference in New Issue
Block a user