Migrated CI workflows to depot.dev runners for faster builds.

This commit is contained in:
23rd
2026-04-08 11:44:35 +03:00
committed by John Preston
parent 313f2de762
commit af2b66bb5c
6 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
linux:
name: Rocky Linux 8
runs-on: ubuntu-latest
runs-on: ${{ (github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/')) && 'depot-ubuntu-latest-16' || 'ubuntu-latest' }}
strategy:
matrix:
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
macos:
name: MacOS
runs-on: macos-latest
runs-on: ${{ (github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/')) && 'depot-macos-latest' || 'macos-latest' }}
strategy:
matrix:
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
macos:
name: MacOS
runs-on: macos-latest
runs-on: ${{ (github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/')) && 'depot-macos-latest' || 'macos-latest' }}
strategy:
matrix:
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
snap:
name: Ubuntu
runs-on: ubuntu-latest
runs-on: ${{ (github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/')) && 'depot-ubuntu-latest-16' || 'ubuntu-latest' }}
env:
UPLOAD_ARTIFACT: "true"
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
windows:
name: Windows
runs-on: ${{ matrix.arch == 'arm64' && 'windows-11-arm' || 'windows-latest' }}
runs-on: ${{ matrix.arch == 'arm64' && 'windows-11-arm' || ((github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/')) && 'depot-windows-latest-16' || 'windows-latest') }}
strategy:
matrix: