Skip to content

Commit 07e569b

Browse files
committed
feat(ci): release.yml > macos now uses clang 15
1 parent e3b2c31 commit 07e569b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
artifact: "windows-msvc-22"
3535
}
3636
- {
37-
os: macos-latest, name: "MacOS Clang 14",
38-
artifact: "macos-clang-14",
39-
compiler: clang, compiler_version: 14,
37+
os: macos-latest, name: "MacOS Clang 15",
38+
artifact: "macos-clang-15",
39+
compiler: clang, compiler_version: 15,
4040
}
4141

4242
steps:
@@ -121,8 +121,8 @@ jobs:
121121
- name: Download artifact MacOS Clang
122122
uses: actions/download-artifact@v3
123123
with:
124-
name: macos-clang-14
125-
path: ark-macos-clang-14
124+
name: macos-clang-15
125+
path: ark-macos-clang-15
126126

127127
- name: Download artifact Windows InnoSetup installer
128128
uses: actions/download-artifact@v3
@@ -211,6 +211,6 @@ jobs:
211211
GITHUB_TOKEN: ${{ github.token }}
212212
with:
213213
upload_url: ${{ steps.create_release.outputs.upload_url }}
214-
asset_path: ./macos-clang-14.zip
215-
asset_name: macos-clang-14.zip
214+
asset_path: ./macos-clang-15.zip
215+
asset_name: macos-clang-15.zip
216216
asset_content_type: application/zip

0 commit comments

Comments
 (0)