Releases: swiftlang/github-workflows
Releases · swiftlang/github-workflows
0.0.3
What's Changed
- Skip matrix jobs more cleanly (take 2) by @jakepetroules in #208
- Add support for Linux on aarch64 by @jakepetroules in #207
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- Remove swift SDK for android suffix by @justice-adams-apple in #197
- Update workflow references to version 0.0.1 by @shahmishal in #196
- Add support for Windows on ARM by @jakepetroules in #190
- Add a test package for CI by @FranzBusch in #194
- Rename install-swift-nightly.ps1 to install-swift-nightly-main.ps1 by @jakepetroules in #200
- Implement retry mechanisms for network download functionality by @justice-adams-apple in #199
- Install Python 3.10 in dockerless Windows builds by @matthewbastien in #201
- Install x86_64 version of Python 3.10 in dockerless windows by @matthewbastien in #203
- Add support for Swift 6.3 nightly by @shahmishal in #206
New Contributors
- @justice-adams-apple made their first contribution in #197
- @matthewbastien made their first contribution in #201
Full Changelog: 0.0.1...0.0.2
0.0.1
Invoke `swift-format` instead of `swift format` in `check-swift-forma…