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