Skip to content

Commit 16004e0

Browse files
authored
Move MacOS x86 runners to MacOS 15 (#718)
1 parent 13b9b29 commit 16004e0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,32 +134,32 @@ jobs:
134134
llvm_enable_projects: "clang"
135135
llvm_targets_to_build: "host;NVPTX"
136136
# MacOS X86 Jobs
137-
- name: osx13-x86-clang-clang-repl-20
138-
os: macos-13
137+
- name: osx15-x86-clang-clang-repl-20
138+
os: macos-15-intel
139139
compiler: clang
140140
clang-runtime: '20'
141141
cling: Off
142142
cppyy: Off
143143
llvm_enable_projects: "clang"
144144
llvm_targets_to_build: "host"
145-
- name: osx13-x86-clang-clang-repl-19-cppyy
146-
os: macos-13
145+
- name: osx15-x86-clang-clang-repl-19-cppyy
146+
os: macos-15-intel
147147
compiler: clang
148148
clang-runtime: '19'
149149
cling: Off
150150
cppyy: On
151151
llvm_enable_projects: "clang"
152152
llvm_targets_to_build: "host"
153-
- name: osx13-x86-clang-clang-repl-18-cppyy
154-
os: macos-13
153+
- name: osx15-x86-clang-clang-repl-18-cppyy
154+
os: macos-15-intel
155155
compiler: clang
156156
clang-runtime: '18'
157157
cling: Off
158158
cppyy: On
159159
llvm_enable_projects: "clang"
160160
llvm_targets_to_build: "host"
161-
- name: osx13-x86-clang-clang18-cling-cppyy
162-
os: macos-13
161+
- name: osx15-x86-clang-clang18-cling-cppyy
162+
os: macos-15-intel
163163
compiler: clang
164164
clang-runtime: '18'
165165
cling: On
@@ -289,3 +289,4 @@ jobs:
289289
uses: mxschmitt/action-tmate@v3
290290
# When debugging increase to a suitable value!
291291
timeout-minutes: 30
292+

0 commit comments

Comments
 (0)