File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
actions/run-integration-tests Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/setup-python@v4
14
14
with :
15
15
python-version-file : ' swift/.python-version'
16
- - uses : swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723
16
+ - uses : swift-actions/setup-swift@da0e3e04b5e3e15dbc3861bd835ad9f0afe56296
17
17
with :
18
18
swift-version : " ${{steps.get_swift_version.outputs.version}}"
19
19
- uses : ./.github/actions/fetch-codeql
Original file line number Diff line number Diff line change 1
1
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
2
2
3
- _swift_prebuilt_version = "swift-5.7.1 -RELEASE.44582.104 "
3
+ _swift_prebuilt_version = "swift-5.7.3 -RELEASE.124 "
4
4
_swift_sha_map = {
5
- "Linux-X64" : "8d94f2d75f2aa9ee8e5421318d2f07b27e095127c9be0156794a88d8e9a0f19a" ,
6
- "macOS-X64" : "5f0550d2924e7071d006a0c9802acbd9a11f0017073e4a1eb27b7ddc4764f3f2" ,
5
+ "Linux-X64" : "9d89a101e09a4581b014b04f266f21192530b56124c91653658606ae2af4f75a" ,
6
+ "macOS-ARM64" : "95136fadf91d317526ad61d393e9ac31cb564534105777d04650b048d923c58d" ,
7
+ "macOS-X64" : "b91725a401b9d33f235f3ad3435a2fe9a36585a83d368a924d6e274e05499773" ,
7
8
}
8
9
9
10
_swift_arch_map = {
You can’t perform that action at this time.
0 commit comments