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