Skip to content

Commit

Permalink
Merge pull request #1850 from Eitot/feature/xcode
Browse files Browse the repository at this point in the history
Perform Xcode 16.1 compatibility check and update GitHub Action
  • Loading branch information
Eitot authored Nov 15, 2024
2 parents 605dc64 + 204a33b commit adcbbfa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# GitHub Actions runners: https://github.com/actions/runner-images

name: Build and test

on:
Expand All @@ -17,9 +19,9 @@ jobs:
- os: macos-14
xcode: Xcode 15
developer-dir: /Applications/Xcode_15.4.app/Contents/Developer
- os: macos-14
- os: macos-15
xcode: Xcode 16
developer-dir: /Applications/Xcode_16.app/Contents/Developer
developer-dir: /Applications/Xcode_16.1.app/Contents/Developer
name: Test with ${{ matrix.xcode }}
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion Vienna.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@
BuildIndependentTargetsInParallel = YES;
CLASSPREFIX = VNA;
LastSwiftUpdateCheck = 1410;
LastUpgradeCheck = 1600;
LastUpgradeCheck = 1610;
ORGANIZATIONNAME = "Vienna project";
TargetAttributes = {
035B703419E0E4AE00197334 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1600"
LastUpgradeVersion = "1610"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Vienna.xcodeproj/xcshareddata/xcschemes/Vienna.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1600"
LastUpgradeVersion = "1610"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit adcbbfa

Please sign in to comment.