Skip to content

Commit 4a36df4

Browse files
committed
test: Verify ladder build against Ubuntu 22.04
As AI Arena switched to Debian 12. Also, update github actions checkout. Signed-off-by: Alexander Kurbatov <[email protected]>
1 parent b55977c commit 4a36df4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: [windows-latest, macos-latest, ubuntu-latest]
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v5
2828
with:
2929
submodules: recursive
3030

@@ -35,10 +35,10 @@ jobs:
3535
run: cmake --build ${{env.BUILD_DIR}} --config ${{env.BUILD_TYPE}} --parallel 2
3636

3737
ladder_build:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-22.04
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v5
4242
with:
4343
submodules: recursive
4444

0 commit comments

Comments
 (0)