Skip to content

Commit 5623e2d

Browse files
authored
ci: use ubuntu-22.04 for jobs that use Node 10 (#17724)
1 parent ef3bffb commit 5623e2d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
oracle-version: [18, 23]
5858
node-version: [10, 18]
5959
name: Oracle DB ${{ matrix.oracle-version }} (Node ${{ matrix.node-version }})
60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-22.04
6161
env:
6262
DIALECT: oracle
6363
SEQ_ORACLE_USER: sequelizetest
@@ -90,7 +90,7 @@ jobs:
9090
matrix:
9191
node-version: [10, 18]
9292
name: DB2 (Node ${{ matrix.node-version }})
93-
runs-on: ubuntu-latest
93+
runs-on: ubuntu-22.04
9494
env:
9595
DIALECT: db2
9696
SEQ_DB: testdb
@@ -119,7 +119,7 @@ jobs:
119119
matrix:
120120
node-version: [10, 18]
121121
name: SQLite (Node ${{ matrix.node-version }})
122-
runs-on: ubuntu-latest
122+
runs-on: ubuntu-22.04
123123
env:
124124
DIALECT: sqlite
125125
steps:
@@ -142,7 +142,7 @@ jobs:
142142
minify-aliases: [true, false]
143143
native: [true, false]
144144
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
146146
services:
147147
postgres:
148148
image: sushantdhiman/postgres:${{ matrix.postgres-version }}
@@ -210,7 +210,7 @@ jobs:
210210
dialect: mariadb
211211
node-version: 18
212212
name: ${{ matrix.name }} (Node ${{ matrix.node-version }})
213-
runs-on: ubuntu-latest
213+
runs-on: ubuntu-22.04
214214
services:
215215
mysql:
216216
image: ${{ matrix.image }}
@@ -244,7 +244,7 @@ jobs:
244244
node-version: [10, 18]
245245
mssql-version: [2017, 2019]
246246
name: MSSQL ${{ matrix.mssql-version }} (Node ${{ matrix.node-version }})
247-
runs-on: ubuntu-20.04
247+
runs-on: ubuntu-22.04
248248
services:
249249
mssql:
250250
image: mcr.microsoft.com/mssql/server:${{ matrix.mssql-version }}-latest
@@ -282,7 +282,7 @@ jobs:
282282
matrix:
283283
node-version: [10, 18]
284284
name: SNOWFLAKE (Node ${{ matrix.node-version }})
285-
runs-on: ubuntu-latest
285+
runs-on: ubuntu-22.04
286286
env:
287287
DIALECT: snowflake
288288
steps:

0 commit comments

Comments
 (0)