Skip to content

Commit 6dbecd4

Browse files
authored
ci: bump windows swift toolchain (#20)
* ci: bump windows swift toolchain * Update ci.yml * Update pull_request_template.md
1 parent a5ba8cb commit 6dbecd4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
Please check the following boxes [x] before submitting your issue.
44
Click the "Preview" tab for better readability.
5-
Thanks for contributing to Parse Platform!
5+
Thanks for contributing to Parse-Swift!
66
-->
77

88
- [ ] I am not disclosing a [vulnerability](https://github.com/netreconlab/Parse-Swift/security/policy).
@@ -11,8 +11,6 @@
1111
### Issue Description
1212
<!-- Add a brief description of the issue this PR solves. -->
1313

14-
Related issue: #`FILL_THIS_OUT`
15-
1614
### Approach
1715
<!-- Add a description of the approach in this PR. -->
1816

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ jobs:
219219
- uses: actions/checkout@v3
220220
- uses: compnerd/gha-setup-swift@v0.0.1
221221
with:
222-
branch: swift-5.6.3-release
223-
tag: 5.6.3-RELEASE
222+
branch: swift-5.7.1-release
223+
tag: 5.7.1-RELEASE
224224
- name: Build
225225
run: |
226226
swift build -v

0 commit comments

Comments
 (0)