mirror of
https://github.com/nihui/opencv-mobile.git
synced 2025-10-05 08:36:58 +08:00
drop ubuntu-20.04
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -1447,7 +1447,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
opencv-version: [2.4.13.7, 3.4.20, 4.11.0]
|
opencv-version: [2.4.13.7, 3.4.20, 4.11.0]
|
||||||
os-ubuntu:
|
os-ubuntu:
|
||||||
- { ubuntu-id: 2004, ubuntu-version: 20.04 }
|
|
||||||
- { ubuntu-id: 2204, ubuntu-version: 22.04 }
|
- { ubuntu-id: 2204, ubuntu-version: 22.04 }
|
||||||
- { ubuntu-id: 2404, ubuntu-version: 24.04 }
|
- { ubuntu-id: 2404, ubuntu-version: 24.04 }
|
||||||
runs-on: ubuntu-${{ matrix.os-ubuntu.ubuntu-version }}
|
runs-on: ubuntu-${{ matrix.os-ubuntu.ubuntu-version }}
|
||||||
@@ -1497,7 +1496,7 @@ jobs:
|
|||||||
|
|
||||||
webassembly:
|
webassembly:
|
||||||
needs: [setup]
|
needs: [setup]
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
opencv-version: [2.4.13.7, 3.4.20, 4.11.0]
|
opencv-version: [2.4.13.7, 3.4.20, 4.11.0]
|
||||||
|
Reference in New Issue
Block a user