Skip to content

Commit

Permalink
Use newer github runners
Browse files Browse the repository at this point in the history
Needed-By: #1176
  • Loading branch information
ssbarnea committed Oct 8, 2024
1 parent 342d66a commit a88f5a0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
sanity:
name: ${{ matrix.test.name }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
TOXENV: ${{ matrix.test.tox_env }}

Expand All @@ -28,8 +28,7 @@ jobs:

- name: Install tox
run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox
sudo apt-get install -q -y python3-tox python3-pip
- name: Create tox environment
run: tox --notest
Expand All @@ -38,7 +37,7 @@ jobs:
run: tox --skip-pkg-install

integration:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Integration - ${{ matrix.py_version.name }}

env:
Expand Down Expand Up @@ -88,7 +87,7 @@ jobs:

unit:
name: Unit - ${{ matrix.py_version.name}}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
TOXENV: ${{ matrix.py_version.tox_env }}

Expand Down Expand Up @@ -123,8 +122,7 @@ jobs:

- name: Install tox
run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox
sudo apt-get install -q -y python3-tox python3-pip
- name: Create tox environment
run: tox --notest
Expand Down

0 comments on commit a88f5a0

Please sign in to comment.