We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7eaed commit 44b1476Copy full SHA for 44b1476
.github/workflows/build-llvm.yaml
@@ -11,17 +11,17 @@ on:
11
jobs:
12
build_llvm_mac:
13
name: Build LLVM
14
- runs-on: macos-14
+ runs-on: macos-15
15
steps:
16
- name: checkout
17
uses: actions/checkout@v3
18
- run: "brew install ninja"
19
# Build and package LLVM.
20
- - run: "./build-llvm-libs.sh llvm-static-libs-macos-14.tar.gz"
+ - run: "./build-llvm-libs.sh llvm-static-libs-macos-15.tar.gz"
21
- uses: actions/upload-artifact@v4
22
with:
23
- name: llvm-static-libs-macos-14
24
- path: llvm-static-libs-macos-14.tar.gz
+ name: llvm-static-libs-macos-15
+ path: llvm-static-libs-macos-15.tar.gz
25
26
build_llvm_linux:
27
0 commit comments