Skip to content

Commit 44b1476

Browse files
committed
chore: update mac runner to macos-15
1 parent 7a7eaed commit 44b1476

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-llvm.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ on:
1111
jobs:
1212
build_llvm_mac:
1313
name: Build LLVM
14-
runs-on: macos-14
14+
runs-on: macos-15
1515
steps:
1616
- name: checkout
1717
uses: actions/checkout@v3
1818
- run: "brew install ninja"
1919
# Build and package LLVM.
20-
- run: "./build-llvm-libs.sh llvm-static-libs-macos-14.tar.gz"
20+
- run: "./build-llvm-libs.sh llvm-static-libs-macos-15.tar.gz"
2121
- uses: actions/upload-artifact@v4
2222
with:
23-
name: llvm-static-libs-macos-14
24-
path: llvm-static-libs-macos-14.tar.gz
23+
name: llvm-static-libs-macos-15
24+
path: llvm-static-libs-macos-15.tar.gz
2525

2626
build_llvm_linux:
2727
name: Build LLVM

0 commit comments

Comments
 (0)