From baaad2af7f3ce888403d9efac00f8bcc30daa3fd Mon Sep 17 00:00:00 2001 From: Will Roden Date: Thu, 3 Aug 2023 16:33:17 -0500 Subject: [PATCH] more matrix os --- .github/workflows/integration.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d928100..316a8e5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,8 +7,8 @@ jobs: fail-fast: false matrix: os: - - ubuntu-20.04 - - windows-2019 + - ubuntu-22.04 + - windows-2022 runs-on: ${{ matrix.os }} defaults: run: @@ -37,9 +37,10 @@ jobs: matrix: os: - ubuntu-20.04 - - ubuntu-18.04 + - ubuntu-22.04 - windows-2019 - - macos-10.15 + - windows-2022 + - macos-11 runs-on: ${{ matrix.os }} defaults: run: