From 1aeb321b4b9c74a5f595ea7a3aea6cc4cb7b20f7 Mon Sep 17 00:00:00 2001 From: Nathaniel Brough Date: Tue, 26 Sep 2023 13:18:47 -0700 Subject: [PATCH] fix(ci): Remove windows from CI build --- .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 62fbe32..9c2b999 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-18.04, macos-11, windows-2019] + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v2 @@ -46,7 +46,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-18.04, macos-10.15] + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v2