Skip to content

Commit 7a0c027

Browse files
committed
Update to Xcode 15.4
1 parent 4578eb4 commit 7a0c027

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/checks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ env:
99
platform: ${{ 'iOS Simulator' }}
1010
device: ${{ 'iPhone 15' }}
1111
commit_sha: ${{ github.sha }}
12-
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
12+
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
1313

1414
jobs:
1515
build:
1616
name: Build
17-
runs-on: macos-13
17+
runs-on: macos-14
1818
if: ${{ !github.event.pull_request.draft }}
1919
env:
2020
scheme: ${{ 'Readium-Package' }}
@@ -42,7 +42,7 @@ jobs:
4242
4343
lint:
4444
name: Lint
45-
runs-on: macos-13
45+
runs-on: macos-14
4646
if: ${{ !github.event.pull_request.draft }}
4747
env:
4848
scripts: ${{ 'Sources/Navigator/EPUB/Scripts' }}
@@ -76,7 +76,7 @@ jobs:
7676

7777
int-dev:
7878
name: Integration (Local)
79-
runs-on: macos-13
79+
runs-on: macos-14
8080
if: ${{ !github.event.pull_request.draft }}
8181
defaults:
8282
run:
@@ -98,7 +98,7 @@ jobs:
9898
9999
int-spm:
100100
name: Integration (Swift Package Manager)
101-
runs-on: macos-13
101+
runs-on: macos-14
102102
if: ${{ !github.event.pull_request.draft }}
103103
defaults:
104104
run:
@@ -126,7 +126,7 @@ jobs:
126126
127127
int-carthage:
128128
name: Integration (Carthage)
129-
runs-on: macos-13
129+
runs-on: macos-14
130130
if: ${{ !github.event.pull_request.draft }}
131131
defaults:
132132
run:
@@ -157,7 +157,7 @@ jobs:
157157
int-cocoapods:
158158
name: Integration (CocoaPods)
159159
if: github.event_name == 'push'
160-
runs-on: macos-13
160+
runs-on: macos-14
161161
defaults:
162162
run:
163163
working-directory: TestApp

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ This toolkit is a modular project, which follows the [Readium Architecture](http
1616

1717
<!-- https://swiftversion.net/ -->
1818

19-
| Readium | iOS | Swift compiler | Xcode |
20-
|-----------|------|----------------|--------|
21-
| `develop` | 13.0 | 5.9 | 15.0.1 |
22-
| 3.0.0 | 13.0 | 5.9 | 15.0.1 |
23-
| 2.5.1 | 11.0 | 5.6.1 | 13.4 |
24-
| 2.5.0 | 10.0 | 5.6.1 | 13.4 |
25-
| 2.4.0 | 10.0 | 5.3.2 | 12.4 |
19+
| Readium | iOS | Swift compiler | Xcode |
20+
|-----------|------|----------------|-------|
21+
| `develop` | 13.0 | 5.10 | 15.4 |
22+
| 3.0.0 | 13.0 | 5.10 | 15.4 |
23+
| 2.5.1 | 11.0 | 5.6.1 | 13.4 |
24+
| 2.5.0 | 10.0 | 5.6.1 | 13.4 |
25+
| 2.4.0 | 10.0 | 5.3.2 | 12.4 |
2626

2727
## Using Readium
2828

0 commit comments

Comments
 (0)