From f7114076d56abad4ee4c1253228be1f0f017a8b5 Mon Sep 17 00:00:00 2001 From: Billy Richardson Date: Fri, 20 Sep 2024 15:33:26 -0700 Subject: [PATCH] Add macOS ARM OS to integration tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 630ca5f..d9dca36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: needs: build strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} timeout-minutes: 10