Skip to content

Commit 92b9aa2

Browse files
Bordalexierule
authored andcommitted
CI: install more OS (#14660)
1 parent 2410596 commit 92b9aa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-pkg-install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: true
3434
max-parallel: 1
3535
matrix:
36-
os: [ubuntu-20.04, macOS-11, windows-2022]
36+
os: [ubuntu-20.04, ubuntu-22.04, macOS-11, macOS-12, windows-2022]
3737
pkg: ["app", "lite", "pytorch"]
3838
python-version: [3.8] # , 3.9
3939

@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: false
7070
# max-parallel: 1
7171
matrix:
72-
os: [ubuntu-20.04, macOS-11, windows-2022]
72+
os: [ubuntu-20.04, ubuntu-22.04, macOS-11, macOS-12, windows-2022]
7373
pkg: ["", "lightning"]
7474
python-version: [3.8] # , 3.9
7575

@@ -105,7 +105,7 @@ jobs:
105105
fail-fast: false
106106
# max-parallel: 1
107107
matrix:
108-
os: [ubuntu-20.04, macOS-11, windows-2022]
108+
os: [ubuntu-20.04, ubuntu-22.04, macOS-11, macOS-12, windows-2022]
109109
python-version: [3.8] # , 3.9
110110

111111
steps:

0 commit comments

Comments
 (0)