Skip to content

Commit a3960a9

Browse files
committed
now build with alpine 3.22 only
1 parent 373b656 commit a3960a9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/opencv.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,11 @@ jobs:
5353
- { os: centos.7, arch: arm64, runs-on: ubuntu-22.04-arm, image: oraclelinux:7 }
5454
- { os: rhel.8, arch: x64, runs-on: ubuntu-22.04, image: oraclelinux:8 }
5555
- { os: rhel.8, arch: arm64, runs-on: ubuntu-22.04-arm, image: oraclelinux:8 }
56-
- { os: alpine.3.15, arch: x64, runs-on: ubuntu-22.04, image: alpine:3.15 }
57-
- { os: alpine.3.15, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.15 }
58-
- { os: alpine.3.19, arch: x64, runs-on: ubuntu-22.04, image: alpine:3.19 }
59-
- { os: alpine.3.19, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.19 }
56+
- { os: alpine.3.22, arch: x64, runs-on: ubuntu-22.04, image: alpine:3.22 }
57+
- { os: alpine.3.22, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.22 }
6058
- { os: android, arch: arm64, runs-on: ubuntu-22.04 }
6159
- { os: android, arch: x64, runs-on: ubuntu-22.04 }
62-
# Uncomment the following lines to enable additional platforms(but not necessary for OpenCVSharp):
60+
# Uncomment the following lines to enable additional platforms:
6361
# - { os: ubuntu.24.04, arch: x64, runs-on: ubuntu-24.04 }
6462
# - { os: ubuntu.24.04, arch: arm64, runs-on: ubuntu-24.04-arm }
6563
# - { os: win11, arch: x64, runs-on: windows-2025 }

0 commit comments

Comments
 (0)