Skip to content

Commit 1dbafa4

Browse files
committed
cicd: move to ubuntu 24.04
We use old 20.04, it is time to update it.
1 parent 41ce587 commit 1dbafa4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- os: ubuntu-20.04
31+
- os: ubuntu-24.04
3232
platform: x86_64
3333

34-
- os: ubuntu-20.04
34+
- os: ubuntu-24.04
3535
platform: PyPy
3636

3737
- os: windows-latest
@@ -133,7 +133,7 @@ jobs:
133133
build_sdist:
134134
name: Build source distribution
135135
if: "(!contains(github.event.pull_request.labels.*.name, 'disable-test-build'))|| github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
136-
runs-on: ubuntu-20.04
136+
runs-on: ubuntu-24.04
137137
steps:
138138
- uses: actions/checkout@v4
139139

@@ -153,7 +153,7 @@ jobs:
153153
build_wheels_extra_arch:
154154
if: "(!contains(github.event.pull_request.labels.*.name, 'disable-test-build'))|| github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
155155
# The host should always be linux
156-
runs-on: ubuntu-20.04
156+
runs-on: ubuntu-24.04
157157
name: Build extra arch ${{ matrix.archs }} wheels
158158
strategy:
159159
fail-fast: false
@@ -193,7 +193,7 @@ jobs:
193193

194194
upload_pypi:
195195
needs: [build_wheels, build_wheels_extra_arch, build_sdist]
196-
runs-on: ubuntu-20.04
196+
runs-on: ubuntu-24.04
197197
permissions:
198198
id-token: write
199199

0 commit comments

Comments
 (0)