Skip to content

Commit c485492

Browse files
authored
Add osx arm jobs to ci (#100)
1 parent 002a9a0 commit c485492

File tree

1 file changed

+25
-41
lines changed

1 file changed

+25
-41
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -152,47 +152,31 @@ jobs:
152152
cling: On
153153
cling-version: '1.0'
154154
cppyy: On
155-
#Block commented out until free tier for m1
156-
#exists (expected sometime 2024) and key for os
157-
#can be replaced
158-
#- name: osx13-arm64-clang-clang-repl-17
159-
# os: macos-13-arm64
160-
# compiler: clang
161-
# clang-runtime: '17'
162-
# cling: Off
163-
# cppyy: Off
164-
#- name: osx13-arm64-clang-clang-repl-17-cppyy
165-
# os: macos-13-arm64
166-
# compiler: clang
167-
# clang-runtime: '17'
168-
# cling: Off
169-
# cppyy: On
170-
#- name: osx13-arm64-clang-clang-repl-16
171-
# os: macos-13-arm64
172-
# compiler: clang
173-
# clang-runtime: '16'
174-
# cling: Off
175-
# cppyy: Off
176-
#- name: osx13-arm64-clang-clang-repl-16-cppyy
177-
# os: macos-13-arm64
178-
# compiler: clang
179-
# clang-runtime: '16'
180-
# cling: Off
181-
# cppyy: On
182-
#- name: osx13-arm64-clang-clang13-cling
183-
# os: macos-13-arm64
184-
# compiler: clang
185-
# clang-runtime: '13'
186-
# cling: On
187-
# cling-version: '1.0'
188-
# cppyy: Off
189-
#- name: osx13-arm64-clang-clang13-cling-cppyy
190-
# os: macos-13-arm64
191-
# compiler: clang
192-
# clang-runtime: '13'
193-
# cling: On
194-
# cling-version: '1.0'
195-
# cppyy: On
155+
- name: osx14-arm-clang-clang-repl-18-cppyy
156+
os: macos-14
157+
compiler: clang
158+
clang-runtime: '18'
159+
cling: Off
160+
cppyy: On
161+
- name: osx14-arm-clang-clang-repl-17-cppyy
162+
os: macos-14
163+
compiler: clang
164+
clang-runtime: '17'
165+
cling: Off
166+
cppyy: On
167+
- name: osx14-arm-clang-clang-repl-16-cppyy
168+
os: macos-14
169+
compiler: clang
170+
clang-runtime: '16'
171+
cling: Off
172+
cppyy: On
173+
- name: osx14-arm-clang-clang13-cling-cppyy
174+
os: macos-14
175+
compiler: clang
176+
clang-runtime: '13'
177+
cling: On
178+
cling-version: '1.0'
179+
cppyy: On
196180

197181
steps:
198182
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)