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: