Skip to content

Commit 9f69829

Browse files
committed
Use windows-2022
1 parent 3548b29 commit 9f69829

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- elixir: "1.16"
5757
otp: "27"
5858
include:
59-
- os: "windows-2019"
59+
- os: "windows-2022"
6060
otp: "27"
6161
elixir: "1.17"
6262

@@ -68,7 +68,7 @@ jobs:
6868
elixir-version: ${{ matrix.elixir }}
6969

7070
- uses: ilammy/msvc-dev-cmd@v1
71-
if: matrix.os == 'windows-2019'
71+
if: matrix.os == 'windows-2022'
7272
with:
7373
arch: x64
7474

.github/workflows/windows-precompile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
precompile:
13-
runs-on: windows-2019
13+
runs-on: windows-2022
1414
env:
1515
MIX_ENV: prod
1616
strategy:

0 commit comments

Comments
 (0)