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 6db2d79 commit bad1d56Copy full SHA for bad1d56
.github/workflows/release.yml
@@ -7,7 +7,7 @@ permissions:
7
contents: write
8
jobs:
9
linux:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
env:
12
MIX_ENV: prod
13
ELIXIR_VERSION: "1.15.3"
@@ -79,7 +79,7 @@ jobs:
79
cache/*.sha256
80
81
windows:
82
- runs-on: windows-2019
+ runs-on: windows-2022
83
84
85
.github/workflows/test.yml
@@ -7,7 +7,7 @@ on:
- "v*.*"
strategy:
fail-fast: false
matrix:
@@ -52,7 +52,7 @@ jobs:
52
- run: mix test
53
54
55
56
57
58
0 commit comments