Skip to content

Commit adcbbfa

Browse files
authored
Merge pull request ViennaRSS#1850 from Eitot/feature/xcode
Perform Xcode 16.1 compatibility check and update GitHub Action
2 parents 605dc64 + 204a33b commit adcbbfa

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/xcodebuild.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# GitHub Actions runners: https://github.com/actions/runner-images
2+
13
name: Build and test
24

35
on:
@@ -17,9 +19,9 @@ jobs:
1719
- os: macos-14
1820
xcode: Xcode 15
1921
developer-dir: /Applications/Xcode_15.4.app/Contents/Developer
20-
- os: macos-14
22+
- os: macos-15
2123
xcode: Xcode 16
22-
developer-dir: /Applications/Xcode_16.app/Contents/Developer
24+
developer-dir: /Applications/Xcode_16.1.app/Contents/Developer
2325
name: Test with ${{ matrix.xcode }}
2426
runs-on: ${{ matrix.os }}
2527
env:

Vienna.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@
14341434
BuildIndependentTargetsInParallel = YES;
14351435
CLASSPREFIX = VNA;
14361436
LastSwiftUpdateCheck = 1410;
1437-
LastUpgradeCheck = 1600;
1437+
LastUpgradeCheck = 1610;
14381438
ORGANIZATIONNAME = "Vienna project";
14391439
TargetAttributes = {
14401440
035B703419E0E4AE00197334 = {

Vienna.xcodeproj/xcshareddata/xcschemes/Deployment.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1600"
3+
LastUpgradeVersion = "1610"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Vienna.xcodeproj/xcshareddata/xcschemes/Vienna.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1600"
3+
LastUpgradeVersion = "1610"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)