summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2282a09..5d3e14d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -48,7 +48,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
@@ -109,7 +109,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
@@ -171,7 +171,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: |