Commit 3076e84
authored
ci: Runner now uses Swift 6.2; update the Static SDK to match (#159)
Motivation
----------
End to end and integration tests are failing because the underlying
Swift CI runner has been updated to use Swift 6.2 but these tests
install the 6.1 release of the Static Linux SDK.
Modifications
-------------
Update end to end and integration workflows to install the the 6.2
release of the Static Linux SDK.
Result
------
All tests will pass again.
Test Plan
---------
All existing tests pass again.1 parent 4e18be7 commit 3076e84
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments