Skip to content

Commit 4a1ad1b

Browse files
committed
ci: remove ubuntu 20 build
1 parent 66b6871 commit 4a1ad1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/development.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
strategy:
3939
matrix:
40-
os: [ubuntu-20.04, ubuntu-22.04]
40+
os: [ubuntu-22.04]
4141
steps:
4242
- name: Checkout git repo
4343
uses: actions/checkout@v4
@@ -93,4 +93,4 @@ jobs:
9393
- name: Test
9494
working-directory: main/compiler/cmake-build-release
9595
run: |
96-
ninja test
96+
ninja test

0 commit comments

Comments
 (0)