From c5b0f3b45f76b06c1e8030d389f4cbf8c0ce0984 Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Wed, 24 Apr 2024 09:32:14 -0400 Subject: [PATCH] More debugging --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 73bd05f..183709e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-22.04] + os: [macos-13] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew