Skip to content

Commit 5225d11

Browse files
authored
drop ubuntu-20.04
1 parent 63b5696 commit 5225d11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,6 @@ jobs:
14471447
matrix:
14481448
opencv-version: [2.4.13.7, 3.4.20, 4.11.0]
14491449
os-ubuntu:
1450-
- { ubuntu-id: 2004, ubuntu-version: 20.04 }
14511450
- { ubuntu-id: 2204, ubuntu-version: 22.04 }
14521451
- { ubuntu-id: 2404, ubuntu-version: 24.04 }
14531452
runs-on: ubuntu-${{ matrix.os-ubuntu.ubuntu-version }}
@@ -1497,7 +1496,7 @@ jobs:
14971496

14981497
webassembly:
14991498
needs: [setup]
1500-
runs-on: ubuntu-20.04
1499+
runs-on: ubuntu-latest
15011500
strategy:
15021501
matrix:
15031502
opencv-version: [2.4.13.7, 3.4.20, 4.11.0]

0 commit comments

Comments
 (0)