Skip to content

Commit 6595a3c

Browse files
committed
ci: Fix action
1 parent 4389dd6 commit 6595a3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ permissions:
1919

2020
jobs:
2121
vlt:
22-
runs-on: ubuntu-24.04
22+
runs-on: ubuntu-22.04
2323
name: build and test
2424
env:
2525
CI_OS_NAME: linux
26-
CI_RUNS_ON: ubuntu-24.04
26+
CI_RUNS_ON: ubuntu-22.04
2727
CI_COMMIT: ${{ github.sha }}
2828
CCACHE_COMPRESS: 1
2929
CCACHE_DIR: ${{ github.workspace }}/.ccache

0 commit comments

Comments
 (0)