summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-check.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-12-12 15:30:03 (GMT)
committerGitHub <noreply@github.com>2022-12-12 15:30:03 (GMT)
commitb31ee1b608e57a1e0e917d9b1eefa7c695e52e0d (patch)
tree411d005340ad9638446525a2eea253725f64a5dc /.github/workflows/pr-check.yml
parent0d2c4d0a59eedafb967a4921628319ac347ba634 (diff)
downloadhdf5-b31ee1b608e57a1e0e917d9b1eefa7c695e52e0d.zip
hdf5-b31ee1b608e57a1e0e917d9b1eefa7c695e52e0d.tar.gz
hdf5-b31ee1b608e57a1e0e917d9b1eefa7c695e52e0d.tar.bz2
1.8 Correct requires setting for pkgconfig files #2280 (#2285)
* Correct requires setting for pkgconfig files #2280 * Change macos for CI
Diffstat (limited to '.github/workflows/pr-check.yml')
-rw-r--r--.github/workflows/pr-check.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index 6383617..dd8a8ab 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -38,7 +38,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
@@ -94,7 +94,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
@@ -153,7 +153,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: |