Skip to content

Commit 3bae8a4

Browse files
authored
Release cicd with mac15 images. (#5931)
* Use mac 15 available commands * Use macos 15 images instead of macos 14
1 parent 146d36c commit 3bae8a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-latest, macos-14-large, macos-15-intel]
20+
os: [ubuntu-latest, macos-15, macos-15-intel]
2121
runs-on: ${{ matrix.os }}
2222

2323
outputs:
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
os: [ubuntu-latest, macos-14-large, macos-15-intel]
75+
os: [ubuntu-latest, macos-15, macos-15-intel]
7676
env:
7777
ISIS_VERSION: ${{ needs.build.outputs.isis_version }}
7878

recipe/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CXXFLAGS="${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY" # To enable conda builds targeting macos 13 from macos 15
12
mkdir build
23
cd build
34
export ISISROOT=$PWD

0 commit comments

Comments
 (0)