From 39c760509d2296eb469115bc67be158a2dd11f28 Mon Sep 17 00:00:00 2001 From: beroset Date: Mon, 18 Dec 2023 11:14:34 -0500 Subject: [PATCH] Remove all platforms except ubuntu-latests for testing --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 990892e..5f98379 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [ubuntu-latest] steps: - uses: actions/checkout@v2