From d78868820da77f6b6d2d4a4abfc464ec16d68729 Mon Sep 17 00:00:00 2001 From: steven nguyen Date: Fri, 14 May 2021 10:05:05 -0500 Subject: [PATCH 1/2] bump to ubuntu-latest which is currently `ubuntu-18.05` --- .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 b43c118f2e..25cb724a44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: tests strategy: matrix: - os: [ubuntu-18.04, macos-10.14, windows-latest] + os: [ubuntu-latest, macos-10.14, windows-latest] channel: [beta, nightly] fail-fast: false runs-on: ${{ matrix.os }} From 592142fa4136e94b56a9c7b01bb9f0b6d715c540 Mon Sep 17 00:00:00 2001 From: steven nguyen Date: Fri, 14 May 2021 10:08:31 -0500 Subject: [PATCH 2/2] Oops: Wrong os --- .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 25cb724a44..0f3e43b3a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: tests strategy: matrix: - os: [ubuntu-latest, macos-10.14, windows-latest] + os: [ubuntu-18.04, macos-latest, windows-latest] channel: [beta, nightly] fail-fast: false runs-on: ${{ matrix.os }}