From 9aa40feddb4f137d05a858290b3a883383a4a7e6 Mon Sep 17 00:00:00 2001 From: Simran Date: Wed, 2 Nov 2022 13:43:10 +0100 Subject: [PATCH 1/2] Update macOS runner to 11.0 macos-10.15 will be unsupported in a month. Update the checkout action to hopefully get rid of deprecation warnings about ::set-output --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a429d06..ea39dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: compiler-name: Clang LLVM os-name: macOS os-arch: x86_64 - os: macos-10.15 + os: macos-11.0 cmake-gen: Ninja name: | ${{ matrix.os-name }} @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout Source Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Homebrew uses: Homebrew/actions/setup-homebrew@master From 8c715969fc9d2386c14bbcacbf9fada8ea9fc793 Mon Sep 17 00:00:00 2001 From: Simran Date: Wed, 2 Nov 2022 13:49:45 +0100 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea39dfd..e1a6b03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: # zip -r $PKGNAME.zip Olive.app #- name: Upload Artifact to GitHub - # uses: actions/upload-artifact@v2 + # uses: actions/upload-artifact@v3 # continue-on-error: true # with: # name: ${{ env.PKGNAME }}.zip