Skip to content

Commit

Permalink
[CI] Switch to macOS-12
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jan 23, 2024
1 parent 2b1eeaf commit 7de58c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:

jobs:
build-and-test:
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
compiler:
- { name: "g++-10", cxx: "g++-10" }
- { name: "g++-11", cxx: "g++-11" }
- { name: "clang", cxx: "clang++" }
install-libcommute: [true, false]

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
env:
TMPDIR: "/tmp"
run: |
echo -e "\nrmaps_base_oversubscribe = 1" >> \
echo -e "\nrmaps_default_mapping_policy = :oversubscribe" >> \
/usr/local/etc/openmpi-mca-params.conf
cd build
CTEST_OUTPUT_ON_FAILURE=1 make test
Expand Down

0 comments on commit 7de58c4

Please sign in to comment.