Skip to content

Commit 4cf9450

Browse files
committed
CI: Use 22.04 until antsee stable
1 parent 6a012a5 commit 4cf9450

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ permissions:
1818

1919
jobs:
2020
vlt:
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-22.04
2222
name: build and test
2323
env:
2424
CI_OS_NAME: linux
25-
CI_RUNS_ON: ubuntu-24.04
25+
CI_RUNS_ON: ubuntu-22.04
2626
CI_COMMIT: ${{ github.sha }}
2727
CCACHE_COMPRESS: 1
2828
CCACHE_DIR: ${{ github.workspace }}/.ccache
@@ -65,6 +65,7 @@ jobs:
6565
CI_BUILD_STAGE_NAME: test
6666
run: |
6767
cd submodules/verilator && bash ci/ci-install.bash
68+
PIP_BREAK_SYSTEM_PACKAGES=1 sudo pip install --upgrade pip
6869
PIP_BREAK_SYSTEM_PACKAGES=1 sudo pip install ../astsee
6970
7071
- name: Test

0 commit comments

Comments
 (0)