File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 16
16
17
17
jobs :
18
18
docker :
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-24.04
20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
- name : Install system dependencies
23
23
run : |
24
- sudo apt install -yq python3-pip
25
- pip install --upgrade setuptools
26
- pip install setuptools_scm
24
+ sudo apt install -yq python3-pip python3-setuptools-scm
27
25
- name : Set up QEMU
28
26
uses : docker/setup-qemu-action@v3
29
27
with :
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
docker :
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-24.04
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
with :
16
16
ref : ${{ inputs.branch }}
17
17
- name : Install system dependencies
18
18
run : |
19
- sudo apt install -yq python3-pip
20
- pip install --upgrade setuptools
21
- pip install setuptools_scm
19
+ sudo apt install -yq python3-pip python3-setuptools-scm
22
20
- name : Build docker images
23
21
run : |
24
22
./dockerfiles/build.sh
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
build :
15
- runs-on : ubuntu-22 .04
15
+ runs-on : ubuntu-24 .04
16
16
continue-on-error : false
17
17
steps :
18
18
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments