From 60bf290f6bf543449b530969d6c1645d31b695f5 Mon Sep 17 00:00:00 2001 From: Joel Thorstensson Date: Mon, 1 Jul 2024 09:27:13 +0100 Subject: [PATCH] Don't test on ubuntu --- .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 6792043..8b92aff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-22.04, macos-13, macos-14] + os: [macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew