Skip to content

Commit

Permalink
Bump XCode version for Swift 5.10 from 15.3 to 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Jun 24, 2024
1 parent 168e8bb commit f6adfb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
xcodeversion: [ 15.1, 15.3 ]
xcodeversion: [ 15.1, 15.4 ]
steps:
- uses: actions/[email protected]
- uses: maxim-lobanov/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .scripts/github/update_xcframeworks.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

XCODEBUILD_VERSIONS=("15.1" "15.3")
XCODEBUILD_VERSIONS=("15.1" "15.4")

for XCODEBUILD_VERSION in "${XCODEBUILD_VERSIONS[@]}"
do
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Foundation
import PackageDescription

#if swift(>=5.10)
let xcodeBuildVersion = "15.3"
let xcodeBuildVersion = "15.4"
#elseif swift(>=5.9)
let xcodeBuildVersion = "15.1"
#else
Expand Down
1 change: 1 addition & 0 deletions changelog/1.0.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump XCode version for Swift 5.10 from 15.3 to 15.4.

0 comments on commit f6adfb4

Please sign in to comment.