Skip to content

Commit

Permalink
Merge pull request #1510 from Bastian-Krause/bst/ubuntu-24.04
Browse files Browse the repository at this point in the history
github: bump ubuntu runner images to 24.04
  • Loading branch information
Bastian-Krause authored Oct 14, 2024
2 parents 28fee23 + b762cc9 commit 2ddc8b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ env:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
run: |
sudo apt install -yq python3-pip
pip install --upgrade setuptools
pip install setuptools_scm
sudo apt install -yq python3-pip python3-setuptools-scm
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/reusable-unit-tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
- name: Install system dependencies
run: |
sudo apt install -yq python3-pip
pip install --upgrade setuptools
pip install setuptools_scm
sudo apt install -yq python3-pip python3-setuptools-scm
- name: Build docker images
run: |
./dockerfiles/build.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
continue-on-error: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2ddc8b1

Please sign in to comment.