File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ jobs:
124124 build_macos :
125125 name : MacOS Build
126126 if : github.repository == 'odin-lang/Odin'
127- runs-on : macos-13
127+ runs-on : macos-14 # Intel machine
128128 steps :
129129 - uses : actions/checkout@v4
130130 - name : Download LLVM and setup PATH
131131 run : |
132132 brew update
133- brew install llvm@20 dylibbundler lld
133+ brew install llvm@20 dylibbundler lld@20
134134
135135 - name : build odin
136136 # These -L makes the linker prioritize system libraries over LLVM libraries, this is mainly to
@@ -169,7 +169,7 @@ jobs:
169169 - name : Download LLVM and setup PATH
170170 run : |
171171 brew update
172- brew install llvm@20 dylibbundler lld
172+ brew install llvm@20 dylibbundler lld@20
173173
174174 - name : build odin
175175 # These -L makes the linker prioritize system libraries over LLVM libraries, this is mainly to
You can’t perform that action at this time.
0 commit comments