From e7fc6a6f462a1867fd232d2f4aa3af1a68eb1c55 Mon Sep 17 00:00:00 2001 From: Adam Pocock Date: Fri, 22 Sep 2023 15:14:27 -0400 Subject: [PATCH] Update ci.yml Update macos and linux CI runners. --- .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 22f215fdc41..4c75aa1a5dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: df -h macosx-x86_64: if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'CI build') - runs-on: macos-10.15 + runs-on: macos-11 needs: prepare strategy: matrix: @@ -287,7 +287,7 @@ jobs: deploy: if: github.event_name == 'push' && contains(github.ref, 'master') needs: [linux-x86_64, macosx-x86_64, windows-x86_64] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: Configure Java uses: actions/setup-java@v2