From 36cf57cb48ade3828f43181041aeff09c17a2249 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Wed, 21 Jun 2023 23:29:24 -0700 Subject: [PATCH] ci: update runners --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 430c9c863b..26e1617b9e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -119,7 +119,7 @@ jobs: artifact_name: linux-playback build_config: playback name: "Linux ${{ matrix.build_type }}" - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: "Checkout" uses: actions/checkout@v2 @@ -217,7 +217,7 @@ jobs: artifact_name: macOS-playback build_config: playback name: "macOS ${{ matrix.build_type }}" - runs-on: macos-10.15 + runs-on: macos-11 steps: - name: "Checkout" uses: actions/checkout@v2