File tree Expand file tree Collapse file tree 3 files changed +7
-92
lines changed
Expand file tree Collapse file tree 3 files changed +7
-92
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ concurrency:
2828jobs :
2929 interpreter :
3030 name : Interpreter (Debug)
31- runs-on : ubuntu-22 .04
31+ runs-on : ubuntu-24 .04
3232 timeout-minutes : 90
3333 steps :
3434 - uses : actions/checkout@v4
@@ -85,22 +85,22 @@ jobs:
8585 compiler : clang
8686 - target : x86_64-unknown-linux-gnu/gcc
8787 architecture : x86_64
88- runner : ubuntu-22 .04
88+ runner : ubuntu-24 .04
8989 compiler : gcc
9090 - target : x86_64-unknown-linux-gnu/clang
9191 architecture : x86_64
92- runner : ubuntu-22 .04
92+ runner : ubuntu-24 .04
9393 compiler : clang
9494 - target : aarch64-unknown-linux-gnu/gcc
9595 architecture : aarch64
9696 runner : ubuntu-24.04-aarch64
9797 compiler : gcc
98- if : ${{ github.repository_owner ! = 'python' }}
98+ if : ${{ github.repository_owner = = 'python' }}
9999 - target : aarch64-unknown-linux-gnu/clang
100100 architecture : aarch64
101101 runner : ubuntu-24.04-aarch64
102102 compiler : clang
103- if : ${{ github.repository_owner ! = 'python' }}
103+ if : ${{ github.repository_owner = = 'python' }}
104104 env :
105105 CC : ${{ matrix.compiler }}
106106 steps :
@@ -150,7 +150,7 @@ jobs:
150150 jit-with-disabled-gil :
151151 name : Free-Threaded (Debug)
152152 needs : interpreter
153- runs-on : ubuntu-22 .04
153+ runs-on : ubuntu-24 .04
154154 strategy :
155155 matrix :
156156 llvm :
Original file line number Diff line number Diff line change 4242 uses : actions/cache@v4
4343 with :
4444 path : ./multissl/openssl/${{ env.OPENSSL_VER }}
45- key : ${{ matrix .os }}-multissl-openssl-${{ env.OPENSSL_VER }}
45+ key : ${{ input .os }}-multissl-openssl-${{ env.OPENSSL_VER }}
4646 - name : Install OpenSSL
4747 if : steps.cache-openssl.outputs.cache-hit != 'true'
4848 run : python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --openssl "$OPENSSL_VER" --system Linux
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments