We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b55cfa commit d340e21Copy full SHA for d340e21
.github/workflows/check_dependents.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
test_dependents:
11
name: Ensure ${{ matrix.dependent }} tests pass
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
13
14
strategy:
15
matrix:
.github/workflows/elixir.yml
test:
name: Elixir ${{matrix.elixir}} / OTP ${{matrix.otp}}
0 commit comments