diff options
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3853eda..95d9898 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: generator: "-G Ninja" - name: "macOS Latest Clang" artifact: "macOS.tar.xz" - os: macos-latest + os: macos-11 build_type: "Release" cpp: ON fortran: OFF @@ -99,7 +99,7 @@ jobs: generator: "-G Ninja" - name: "macOS TS Clang" artifact: "macOSTS.tar.xz" - os: macos-latest + os: macos-11 build_type: "Release" cpp: OFF fortran: OFF @@ -158,7 +158,7 @@ jobs: if: matrix.os == 'windows-latest' - name: Install Dependencies (macOS) run: brew install ninja - if: matrix.os == 'macos-latest' + if: matrix.os == 'macos-11' - name: Set environment for MSVC (Windows) if: matrix.os == 'windows-latest' run: | |