Skip to content

Commit 7237747

Browse files
committed
Try fix macOS Intel nightlies.
1 parent 138cc7d commit 7237747

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)