From 5f0d29d799d168657b50607d50740b3b7891f5df Mon Sep 17 00:00:00 2001 From: icyleaf Date: Fri, 20 Dec 2024 10:36:17 +0800 Subject: [PATCH] chore: fix opencore version verify --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a872c2..bbe4407 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: vaildate on: push: branches: - - master + - main pull_request: jobs: ocvalidate: @@ -12,7 +12,7 @@ jobs: - uses: brokeyourbike/ocvalidate-action@v0.3 with: - opencore-version: '1.0.1' + opencore-version: '1.0.3' release: true - run: ocvalidate ./EFI/OC/config.plist