Skip to content

Commit 7a006dc

Browse files
committed
ci: Bump to CentOS Stream 10
1 parent 7012bcd commit 7a006dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
run: env TMPDIR=/var/tmp ./tests/encapsulate.sh
251251
test-build-chunked-oci:
252252
name: "build-chunked-oci tests"
253-
needs: build-c9s
253+
needs: build-c10s
254254
runs-on: ubuntu-24.04
255255
steps:
256256
- name: Checkout repository
@@ -270,18 +270,18 @@ jobs:
270270
- name: Download build
271271
uses: actions/download-artifact@v4.1.7
272272
with:
273-
name: install-c9s.tar
273+
name: install-c10s.tar
274274
- name: Integration tests
275275
run: |
276276
set -xeuo pipefail
277277
cd tests/build-chunked-oci
278278
tar -xzvf ../../install.tar
279279
sudo podman build -v $(pwd)/usr/bin:/ci -t localhost/builder -f Containerfile.builder
280280
sudo ./test.sh
281-
build-c9s:
282-
name: "Build (c9s)"
281+
build-c10s:
282+
name: "Build (c10s)"
283283
runs-on: ubuntu-latest
284-
container: quay.io/centos/centos:stream9
284+
container: quay.io/centos/centos:stream10
285285
steps:
286286
- name: Install git
287287
run: yum -y install git
@@ -303,7 +303,7 @@ jobs:
303303
- name: Upload binary
304304
uses: actions/upload-artifact@v4
305305
with:
306-
name: install-c9s.tar
306+
name: install-c10s.tar
307307
path: install.tar
308308
# Doc: https://github.com/redhat-plumbers-in-action/differential-shellcheck#usage
309309
differential-shellcheck:

0 commit comments

Comments
 (0)