]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CI: replace paid runners with free one
authorDmitry Misharov <dmitry@openssl.org>
Mon, 3 Nov 2025 15:01:39 +0000 (16:01 +0100)
committerNeil Horman <nhorman@openssl.org>
Wed, 5 Nov 2025 13:14:41 +0000 (08:14 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29052)

.github/workflows/ci.yml
.github/workflows/os-zoo.yml
.github/workflows/run-checker-daily.yml

index 2e8a340640f44c3bbe384ff04d541ffeefebc72f..18bc2d47e4080b0966a890e56c360967fb4a2a3e 100644 (file)
@@ -129,7 +129,7 @@ jobs:
         path: artifacts.tar.gz
 
   linux-arm64:
-    runs-on: ${{ github.repository == 'openssl/openssl' && 'linux-arm64' || 'ubuntu-24.04-arm' }}
+    runs-on: ubuntu-24.04-arm
     steps:
     - uses: actions/checkout@v4
     - name: config
index 1f84e11fb4bb8176f501314362f9d4b49efebd8c..a601018a1c1b0d20d58379f8505ea489b133bb01 100644 (file)
@@ -107,7 +107,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [macos-14, macos-14-large, macos-15, macos-15-large]
+        os: [macos-14, macos-15, macos-15-intel]
     runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout@v4
@@ -178,8 +178,7 @@ jobs:
         nmake test VERBOSE_FAILURE=yes HARNESS_JOBS=4
 
   linux-arm64:
-    runs-on: linux-arm64
-    if: github.repository == 'openssl/openssl'
+    runs-on: ubuntu-24.04-arm
     steps:
     - uses: actions/checkout@v4
     - name: config
index a6718f68f9f96d878118f1e1d5f5e530c44b974b..1eaa9700d007bf3a189549f07d96eae1ebc35fba 100644 (file)
@@ -345,7 +345,7 @@ jobs:
     if: github.repository == 'openssl/openssl'
     strategy:
       matrix:
-        os: [ ubuntu-latest, macos-15, macos-15-large ]
+        os: [ubuntu-latest, macos-15, macos-15-intel]
     runs-on: ${{matrix.os}}
     steps:
     - uses: actions/checkout@v4