gh-125560: Pin JIT CI to ubuntu-22.04 (#125564)

This commit is contained in:
Savannah Ostrowski 2024-11-01 14:43:30 -07:00 committed by GitHub
parent 51ef54abc4
commit c84a136511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ concurrency:
jobs: jobs:
interpreter: interpreter:
name: Interpreter (Debug) name: Interpreter (Debug)
runs-on: ubuntu-latest runs-on: ubuntu-22.04
timeout-minutes: 90 timeout-minutes: 90
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -85,19 +85,19 @@ jobs:
compiler: clang compiler: clang
- target: x86_64-unknown-linux-gnu/gcc - target: x86_64-unknown-linux-gnu/gcc
architecture: x86_64 architecture: x86_64
runner: ubuntu-latest runner: ubuntu-22.04
compiler: gcc compiler: gcc
- target: x86_64-unknown-linux-gnu/clang - target: x86_64-unknown-linux-gnu/clang
architecture: x86_64 architecture: x86_64
runner: ubuntu-latest runner: ubuntu-22.04
compiler: clang compiler: clang
- target: aarch64-unknown-linux-gnu/gcc - target: aarch64-unknown-linux-gnu/gcc
architecture: aarch64 architecture: aarch64
runner: ubuntu-latest runner: ubuntu-22.04
compiler: gcc compiler: gcc
- target: aarch64-unknown-linux-gnu/clang - target: aarch64-unknown-linux-gnu/clang
architecture: aarch64 architecture: aarch64
runner: ubuntu-latest runner: ubuntu-22.04
compiler: clang compiler: clang
env: env:
CC: ${{ matrix.compiler }} CC: ${{ matrix.compiler }}
@ -169,7 +169,7 @@ jobs:
jit-with-disabled-gil: jit-with-disabled-gil:
name: Free-Threaded (Debug) name: Free-Threaded (Debug)
needs: interpreter needs: interpreter
runs-on: ubuntu-latest runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
llvm: llvm: