Skip to content

Commit 02c19bd

Browse files
committed
FIX: Old
1 parent 9f8cbf3 commit 02c19bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
os: [ubuntu-20.04]
77+
os: [ubuntu-latest]
7878
defaults:
7979
run:
8080
shell: bash -el {0}
@@ -167,7 +167,7 @@ jobs:
167167
strategy:
168168
fail-fast: false
169169
matrix:
170-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
170+
os: [ubuntu-22.04, ubuntu-24.04]
171171
runs-on: ${{ matrix.os }}
172172
defaults:
173173
run:

0 commit comments

Comments
 (0)