Skip to content

Commit 80a440c

Browse files
Upgrade Ubuntu Runner + MSSQL Version (#659)
1 parent 83eaa67 commit 80a440c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
test:
55
name: unittest
6-
runs-on: ubuntu-latest
6+
runs-on: ubuntu-24.04
77
env:
88
MIX_ENV: test
99
strategy:
@@ -47,7 +47,7 @@ jobs:
4747

4848
test-postgres:
4949
name: postgres integration test
50-
runs-on: ubuntu-latest
50+
runs-on: ubuntu-24.04
5151
strategy:
5252
fail-fast: false
5353
matrix:
@@ -74,7 +74,7 @@ jobs:
7474

7575
test-mysql:
7676
name: mysql integration test
77-
runs-on: ubuntu-latest
77+
runs-on: ubuntu-24.04
7878
strategy:
7979
fail-fast: false
8080
matrix:
@@ -91,15 +91,15 @@ jobs:
9191

9292
test-mssql:
9393
name: mssql integration test
94-
runs-on: ubuntu-20.04
94+
runs-on: ubuntu-24.04
9595
strategy:
9696
fail-fast: false
9797
matrix:
9898
elixirbase:
9999
- "1.14.5-erlang-23.3.4.9-alpine-3.16.9"
100100
mssql:
101-
- "2017"
102101
- "2019"
102+
- "2022"
103103
steps:
104104
- uses: earthly/actions-setup@v1
105105
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)