-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ⬆️ Update CI actions * 🔥 Remove docs action * ⬆️ Use Xcode 15 on CI * ⬆️ Update stale action * 🔥 Remove tapestry
- Loading branch information
Showing
8 changed files
with
12 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ on: | |
jobs: | ||
deploy: | ||
name: Deploy | ||
runs-on: macos-12 | ||
runs-on: macos-13 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: AckeeCZ/[email protected] | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: AckeeCZ/load-xcode-version@1.1.0 | ||
- name: Build | ||
run: swift build --static-swift-stdlib --configuration release | ||
- name: Get tag name | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ on: [pull_request, push] | |
jobs: | ||
tests: | ||
name: Run tests | ||
runs-on: macos-12 | ||
runs-on: macos-13 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: AckeeCZ/[email protected] | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: AckeeCZ/load-xcode-version@1.1.0 | ||
- name: Run tests | ||
run: swift test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14.0.1 | ||
15.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.