We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59021a9 commit db685d3Copy full SHA for db685d3
.github/workflows/quality.yml
@@ -13,7 +13,7 @@ env:
13
jobs:
14
credo:
15
name: Credo
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
17
18
strategy:
19
fail-fast: false
.github/workflows/test.yml
@@ -9,7 +9,7 @@ on:
9
10
build:
11
name: Elixir ${{ matrix.elixir }} with OTP ${{ matrix.otp }}
12
0 commit comments