From 920cffab51dbf0e1967a106da5bbcd817974408d Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Tue, 15 Aug 2023 12:57:23 +0200 Subject: [PATCH] update --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bb61707c..cd0315250 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,12 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11, macos-12, macos-13] + os: [ macos-13] #macos-11, macos-12, build_type: [Release] - c_compiler: [gcc, clang] + c_compiler: [clang] #gcc, steps: - - name: Checkout + - name: Checkout source uses: actions/checkout@v3 - name: Install Qt