Skip to content

Commit 37130b1

Browse files
committed
bump versions
1 parent e37af48 commit 37130b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conda_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
name: Build on macOS
112112

113-
runs-on: macos-latest
113+
runs-on: macos-15
114114

115115
permissions:
116116
contents: write

conda/variants/macOS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
c_compiler: clang
22
cxx_compiler: clangxx
33

4-
c_compiler_version: 17
5-
cxx_compiler_version: 17
4+
c_compiler_version: 18
5+
cxx_compiler_version: 18

0 commit comments

Comments
 (0)