We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a678e0 commit ef672fcCopy full SHA for ef672fc
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
test_soms:
7
- runs-on: ubuntu-20.04 # ubuntu-latest
+ runs-on: ubuntu-24.04 # ubuntu-latest
8
continue-on-error: ${{ matrix.not-up-to-date }}
9
strategy:
10
fail-fast: false # we want all jobs to run, because they may fail independently
0 commit comments