@@ -75,18 +75,15 @@ jobs:
75
75
env :
76
76
MACOSX_DEPLOYMENT_TARGET : ${{ matrix.arch == 'arm64' && '11.0' || '10.12' }}
77
77
steps :
78
- - uses : actions/checkout@v3
79
- with :
80
- submodules : true
81
- fetch-depth : 50
82
- - name : ' macOS 14: Switch to Xcode v15.3'
78
+ - uses : actions/checkout@v4
79
+ - name : ' macOS 14: Switch to Xcode v15.4'
83
80
if : matrix.os == 'macos-14'
84
- run : sudo xcode-select -switch /Applications/Xcode_15.3 .app
81
+ run : sudo xcode-select -switch /Applications/Xcode_15.4 .app
85
82
- name : Install prerequisites
86
83
uses : ./.github/actions/1-setup
87
84
with :
88
85
# on Windows, the MSVC headers require clang 16+
89
- clang_version : ${{ runner.os == 'Windows' && '18.1.5 ' || env.CLANG_VERSION }}
86
+ clang_version : ${{ runner.os == 'Windows' && '18.1.6 ' || env.CLANG_VERSION }}
90
87
arch : ${{ matrix.arch }}
91
88
# BOLT supports ELF binaries only, so include it for Linux packages only
92
89
- name : Build & install LLVM incl. LLD, compiler-rt${{ runner.os == 'Linux' && ', BOLT' || '' }}
@@ -135,10 +132,7 @@ jobs:
135
132
env :
136
133
ANDROID_NDK_VERSION : r26d
137
134
steps :
138
- - uses : actions/checkout@v3
139
- with :
140
- submodules : true
141
- fetch-depth : 50
135
+ - uses : actions/checkout@v4
142
136
- name : Install prerequisites
143
137
uses : ./.github/actions/1-setup
144
138
with :
@@ -232,6 +226,6 @@ jobs:
232
226
permissions :
233
227
contents : write
234
228
steps :
235
- - uses : actions/checkout@v3
229
+ - uses : actions/checkout@v4
236
230
- name : Upload all artifacts to GitHub release
237
231
uses : ./.github/actions/upload-to-github
0 commit comments