From efd2181e2468a39bb938dcb5169538412148bc4f Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Mon, 7 Sep 2026 16:34:50 +0200 Subject: [PATCH] Run CI on Linux as well as macOS --- .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 2faf240..188bf47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6