From 84430eeeb3fc6e6620867dfcd771b75a800a5581 Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Sun, 14 Jul 2024 01:27:28 -0400 Subject: [PATCH] tests.yml: Remove Linux support --- .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 11ade0a..4ea6f78 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: test-bot: strategy: matrix: - os: [macos-13, ubuntu-22.04] + os: [macos-13] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew