Skip to content

Commit d6b3bd9

Browse files
committed
fix arch
1 parent 05d42e2 commit d6b3bd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/opencvsharp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27-
- { os: ubuntu.22.04, : x64, runs-on: ubuntu-22.04 }
27+
- { os: ubuntu.22.04, arch: x64, runs-on: ubuntu-22.04 }
2828
- { os: ubuntu.22.04, arch: arm64, runs-on: ubuntu-22.04-arm }
2929
- { os: win, arch: x64, runs-on: windows-2022 }
3030
- { os: win, arch: x86, runs-on: windows-2022 }
@@ -41,6 +41,7 @@ jobs:
4141
- { os: alpine.3.19, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.19 }
4242
- { os: android, arch: arm64, runs-on: ubuntu-22.04 }
4343
- { os: android, arch: x64, runs-on: ubuntu-22.04 }
44+
# Uncomment the following lines to enable additional platforms:
4445
# - { os: ubuntu.24.04, arch: x64, runs-on: ubuntu-24.04 }
4546
# - { os: ubuntu.24.04, arch: arm64, runs-on: ubuntu-24.04-arm }
4647
# - { os: win11, arch: x64, runs-on: windows-2025 }

0 commit comments

Comments
 (0)