File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 57
57
oracle-version : [18, 23]
58
58
node-version : [10, 18]
59
59
name : Oracle DB ${{ matrix.oracle-version }} (Node ${{ matrix.node-version }})
60
- runs-on : ubuntu-latest
60
+ runs-on : ubuntu-22.04
61
61
env :
62
62
DIALECT : oracle
63
63
SEQ_ORACLE_USER : sequelizetest
90
90
matrix :
91
91
node-version : [10, 18]
92
92
name : DB2 (Node ${{ matrix.node-version }})
93
- runs-on : ubuntu-latest
93
+ runs-on : ubuntu-22.04
94
94
env :
95
95
DIALECT : db2
96
96
SEQ_DB : testdb
@@ -119,7 +119,7 @@ jobs:
119
119
matrix :
120
120
node-version : [10, 18]
121
121
name : SQLite (Node ${{ matrix.node-version }})
122
- runs-on : ubuntu-latest
122
+ runs-on : ubuntu-22.04
123
123
env :
124
124
DIALECT : sqlite
125
125
steps :
@@ -142,7 +142,7 @@ jobs:
142
142
minify-aliases : [true, false]
143
143
native : [true, false]
144
144
name : Postgres ${{ matrix.postgres-version }}${{ matrix.native && ' (native)' || '' }} (Node ${{ matrix.node-version }})${{ matrix.minify-aliases && ' (minified aliases)' || '' }}
145
- runs-on : ubuntu-latest
145
+ runs-on : ubuntu-22.04
146
146
services :
147
147
postgres :
148
148
image : sushantdhiman/postgres:${{ matrix.postgres-version }}
@@ -210,7 +210,7 @@ jobs:
210
210
dialect : mariadb
211
211
node-version : 18
212
212
name : ${{ matrix.name }} (Node ${{ matrix.node-version }})
213
- runs-on : ubuntu-latest
213
+ runs-on : ubuntu-22.04
214
214
services :
215
215
mysql :
216
216
image : ${{ matrix.image }}
@@ -244,7 +244,7 @@ jobs:
244
244
node-version : [10, 18]
245
245
mssql-version : [2017, 2019]
246
246
name : MSSQL ${{ matrix.mssql-version }} (Node ${{ matrix.node-version }})
247
- runs-on : ubuntu-20 .04
247
+ runs-on : ubuntu-22 .04
248
248
services :
249
249
mssql :
250
250
image : mcr.microsoft.com/mssql/server:${{ matrix.mssql-version }}-latest
@@ -282,7 +282,7 @@ jobs:
282
282
matrix :
283
283
node-version : [10, 18]
284
284
name : SNOWFLAKE (Node ${{ matrix.node-version }})
285
- runs-on : ubuntu-latest
285
+ runs-on : ubuntu-22.04
286
286
env :
287
287
DIALECT : snowflake
288
288
steps :
You can’t perform that action at this time.
0 commit comments