We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8cbf3 commit 02c19bdCopy full SHA for 02c19bd
1 file changed
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
strategy:
75
fail-fast: false
76
matrix:
77
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
78
defaults:
79
run:
80
shell: bash -el {0}
@@ -167,7 +167,7 @@ jobs:
167
168
169
170
- os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
+ os: [ubuntu-22.04, ubuntu-24.04]
171
runs-on: ${{ matrix.os }}
172
173
0 commit comments