Remove hard-coded version text (#2260)

* Remove hard-coded version text

* Use macOS 11 until accum test is fixed see #2261
This commit is contained in:
Allen Byrne
2022-11-16 15:13:46 -06:00
committed by GitHub
parent 719d800499
commit 169896aedb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -139,7 +139,7 @@ jobs:
# We could also build with the Autotools via brew installing them,
# but that seems unnecessary
- name: "MacOS Clang CMake"
os: macos-latest
os: macos-11
cpp: ON
fortran: OFF
java: ON
@@ -358,7 +358,7 @@ jobs:
- name: Install Dependencies (macOS)
run: brew install ninja
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-11'
- name: Set environment for MSVC (Windows)
run: |
+1 -1
View File
@@ -1,4 +1,4 @@
# Doxyfile 1.8.18
# Doxyfile
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.