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 3548b29 commit 9f69829Copy full SHA for 9f69829
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
- elixir: "1.16"
57
otp: "27"
58
include:
59
- - os: "windows-2019"
+ - os: "windows-2022"
60
61
elixir: "1.17"
62
@@ -68,7 +68,7 @@ jobs:
68
elixir-version: ${{ matrix.elixir }}
69
70
- uses: ilammy/msvc-dev-cmd@v1
71
- if: matrix.os == 'windows-2019'
+ if: matrix.os == 'windows-2022'
72
with:
73
arch: x64
74
.github/workflows/windows-precompile.yml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
precompile:
13
- runs-on: windows-2019
+ runs-on: windows-2022
14
env:
15
MIX_ENV: prod
16
strategy:
0 commit comments