Skip to content

Commit

Permalink
test: do not use ubuntu-latest, but 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Dec 8, 2022
1 parent fac7260 commit 7e41a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:

jobs:
test:
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}-${{matrix.os == 'ubuntu' && '20.04' || 'latest' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 7e41a1c

Please sign in to comment.