From ea84b33aab9968090eb672191199f14c85d83e75 Mon Sep 17 00:00:00 2001 From: Dennis Werner Date: Wed, 27 Sep 2023 20:23:16 +0200 Subject: [PATCH] removed pipeline for macos14 --- .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 cd2fb9c6a..093cefa65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: matrix: os: - macos-13 - - macos-14 + # - macos-14 steps: - name: Check out the codebase.