Skip to content

Commit 05f5924

Browse files
committed
Use latest container in CI
The domjudge/gitlabci:2.1 is not actively pushed anymore.
1 parent d5716a3 commit 05f5924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
syntax-job:
1414
runs-on: ubuntu-latest
1515
container:
16-
image: domjudge/gitlabci:2.1
16+
image: domjudge/gitlabci:24.04
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Run the syntax checks

.github/workflows/runpipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runpipe:
1616
runs-on: ubuntu-latest
1717
container:
18-
image: domjudge/gitlabci:2.1
18+
image: domjudge/gitlabci:24.04
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Create the configure file

0 commit comments

Comments
 (0)