Skip to content

Commit bad1d56

Browse files
authored
Update CI (#25)
1 parent 6db2d79 commit bad1d56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: write
88
jobs:
99
linux:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
env:
1212
MIX_ENV: prod
1313
ELIXIR_VERSION: "1.15.3"
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "v*.*"
88
jobs:
99
linux:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
fail-fast: false
1313
matrix:
@@ -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)