From a0c959cbc4f446255a618337a9a2f350c2fba029 Mon Sep 17 00:00:00 2001 From: meatball <69751659+meatball133@users.noreply.github.com> Date: Sat, 12 Jul 2025 21:05:46 +0000 Subject: [PATCH] Remove Ubuntu from CI workflow, using only macOS for testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d347597..929baae4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, macos-15] + os: [macos-15] swift: ["6.0", "6.1"] env: RUNALL: "true"