Skip to content

Commit a3a74aa

Browse files
committed
Do not test app on Ubuntu 22 for now
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 90f36b0 commit a3a74aa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/scancode-release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ jobs:
363363
strategy:
364364
fail-fast: true
365365
matrix:
366-
os: [ubuntu-22.04, macos-12]
367-
pyver: ["3.9", "3.10"]
366+
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, macos-12]
367+
pyver: ["3.7", "3.8", "3.9", "3.10"]
368368

369369
steps:
370370
- uses: actions/checkout@v2
@@ -411,8 +411,8 @@ jobs:
411411
strategy:
412412
fail-fast: true
413413
matrix:
414-
os: [windows-2022]
415-
pyver: ["3.9", "3.10"]
414+
os: [windows-2019, windows-2022]
415+
pyver: ["3.7", "3.8", "3.9", "3.10"]
416416

417417
steps:
418418
- uses: actions/checkout@v2
@@ -460,7 +460,8 @@ jobs:
460460
strategy:
461461
fail-fast: true
462462
matrix:
463-
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
463+
os: [ubuntu-18.04, ubuntu-20.04]
464+
# , ubuntu-22.04]
464465
pyver: [3.8]
465466

466467
steps:

0 commit comments

Comments
 (0)