Skip to content

Commit dca1ce2

Browse files
committed
Update Windows
1 parent 6db2d79 commit dca1ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cache/*.sha256
8080
8181
windows:
82-
runs-on: windows-2019
82+
runs-on: windows-2022
8383
env:
8484
MIX_ENV: prod
8585
ELIXIR_VERSION: "1.15.3"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- run: mix test
5353

5454
windows:
55-
runs-on: windows-2019
55+
runs-on: windows-2022
5656
strategy:
5757
fail-fast: false
5858
matrix:

0 commit comments

Comments
 (0)