Skip to content

Commit 8d34903

Browse files
committed
ci: drop deprecated macos-13 (intel) platform, add macos-15-intel (#2031)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 6ba11bd commit 8d34903

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -536,15 +536,14 @@ jobs:
536536
fail-fast: false
537537
matrix:
538538
include:
539-
- desc: MacOS-13-Intel llvm17 oiio-release
540-
runner: macos-13
541-
nametag: macos13-p313
539+
- desc: MacOS-15-Intel aclang17/C++17/py3.13 llvm17 oiio-release
540+
runner: macos-15-intel
541+
nametag: macos15-p313
542542
cc_compiler: clang
543543
cxx_compiler: clang++
544544
cxx_std: 17
545545
openimageio_ver: dev-3.0
546546
python_ver: "3.13"
547-
aclang: 14
548547
ctest_test_timeout: 120
549548
setenvs: export HOMEBREW_PREFIX=/usr/local
550549
LLVMBREWVER="@17"
@@ -557,7 +556,6 @@ jobs:
557556
cxx_std: 17
558557
openimageio_ver: main
559558
python_ver: "3.13"
560-
aclang: 15
561559
setenvs: export LLVMBREWVER="@19"
562560
- desc: MacOS-15-ARM aclang16/C++17/py3.13 llvm19 oiio-main
563561
runner: macos-15

0 commit comments

Comments
 (0)