Skip to content

Commit

Permalink
Update CI’s Xcode version (#29)
Browse files Browse the repository at this point in the history
* Update CI’s Xcode version

* Remove snapshot wasm CI
  • Loading branch information
Kyle-Ye authored Jan 28, 2024
1 parent 75db3fa commit b3ce729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- os: macos-13
xcode-version: "15.1" # Swift 5.9.2
xcode-version: "15.2" # Swift 5.9.2
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- os: macos-13
xcode-version: "15.1" # Swift 5.9.2
xcode-version: "15.2" # Swift 5.9.2
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
swift_version: ["wasm-5.9.1-RELEASE", "wasm-DEVELOPMENT-SNAPSHOT-2024-01-22-a"]
swift_version: ["wasm-5.9.1-RELEASE"]
os: [ubuntu-22.04]
include:
- swift_version: "wasm-5.9.1-RELEASE"
Expand Down

0 comments on commit b3ce729

Please sign in to comment.