Skip to content

Commit 0a566e4

Browse files
committed
ci: use ubuntu-latest
1 parent a34cecc commit 0a566e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build-matrix:
77
strategy:
88
matrix:
9-
os: [ ubuntu-20.04 ]
9+
os: [ ubuntu-latest ]
1010
option: [ minimal, default, maximal ]
1111
runs-on: ${{ matrix.os }}
1212
steps:
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Run tests
7171
run: |
72-
if [[ 'ubuntu-20.04' == ${{ matrix.os }} ]] \
72+
if [[ 'ubuntu-latest' == ${{ matrix.os }} ]] \
7373
&& [[ 'default' == ${{ matrix.option }} ]]
7474
then
7575
cd ${{ github.workspace }}/tests

0 commit comments

Comments
 (0)