Skip to content

Commit 6e563ac

Browse files
committed
correct image tag
1 parent c38bf76 commit 6e563ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/opencv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
# - { os: osx.15, arch: arm64, runs-on: macos-15 }
5858
- { os: centos.7, arch: x64, runs-on: ubuntu-22.04, image: oraclelinux:7 }
5959
- { os: centos.7, arch: arm64, runs-on: ubuntu-22.04-arm, image: oraclelinux:7 }
60-
- { os: rhel.8, arch: x64, runs-on: ubuntu-22.04, image: oraclelinux:7 }
61-
- { os: rhel.8, arch: arm64, runs-on: ubuntu-22.04-arm, image: oraclelinux:7 }
60+
- { os: rhel.8, arch: x64, runs-on: ubuntu-22.04, image: oraclelinux:8 }
61+
- { os: rhel.8, arch: arm64, runs-on: ubuntu-22.04-arm, image: oraclelinux:8 }
6262

6363
steps:
6464
- name: Checkout OpenCV repo

0 commit comments

Comments
 (0)