Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9593c22

Browse files
Merge pull request #235 from ikesyo/swift-tools-version-5.7
2 parents f723f9f + 14aec38 commit 9593c22

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

‎.github/workflows/compatibility.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
fetch-depth: 1
1515
- uses: swiftwasm/setup-swiftwasm@v1
16+
with:
17+
swift-version: wasm-5.9.1-RELEASE
1618
- name: Run Test
1719
run: |
1820
set -eux

‎.github/workflows/perf.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
with:
1212
fetch-depth: 1
1313
- uses: swiftwasm/setup-swiftwasm@v1
14+
with:
15+
swift-version: wasm-5.9.1-RELEASE
1416
- name: Run Benchmark
1517
run: |
1618
make bootstrap

‎.github/workflows/test.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
strategy:
5858
matrix:
5959
include:
60-
- os: macos-12
61-
xcode: Xcode_13.3
6260
- os: macos-12
6361
xcode: Xcode_14.0
6462
- os: macos-13

‎Example/JavaScriptKitExample/Package.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.7
22

33
import PackageDescription
44

‎IntegrationTests/TestSuites/Package.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.7
22

33
import PackageDescription
44

‎Package.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.7
22

33
import PackageDescription
44

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /