Skip to content

Commit 729800a

Browse files
authored
Bump macOS, Xcode, Swift, and Tuist versions. (#580)
This lets us use Swift Testing (test PR: #579)
1 parent 601b83e commit 729800a

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Generate docs with jazzy and publish to Github pages
10-
runs-on: macos-14-xlarge
10+
runs-on: macos-15-xlarge
1111

1212
steps:
1313
- name: Checkout

.github/workflows/env.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xcode_version=15.4.0
1+
xcode_version=16.4.0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
lint:
1111
name: Lint Swift code with SwiftFormat
12-
runs-on: macos-14-xlarge
12+
runs-on: macos-15-xlarge
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/tests.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
spm:
1111
name: "iOS ${{ matrix.sdk }}"
1212

13-
runs-on: macos-14-xlarge
13+
runs-on: macos-15-xlarge
1414

1515
env:
1616
TUIST_TEST_DEVICE: iPhone SE (3rd generation)
@@ -30,9 +30,7 @@ jobs:
3030

3131
- sdk: "17.2"
3232
simctl_runtime: "com.apple.CoreSimulator.SimRuntime.iOS-17-2"
33-
# The iOS 17.2 SDK is pre-installed on the macOS 13 image.
34-
# Attempting to install it will fail with an error.
35-
installation_required: false
33+
installation_required: true
3634

3735
steps:
3836
- uses: actions/checkout@v4
@@ -81,4 +79,4 @@ jobs:
8179
if: ${{ failure() }}
8280
with:
8381
name: TestResult.xcresult
84-
path: TestResult.xcresult
82+
path: TestResult.xcresult

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
tuist = "4.23.0"
2+
tuist = "4.50.0"
33
swiftformat = "0.50.8"
44

55
[settings]

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.9
1+
// swift-tools-version:6.1
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)