File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ # GitHub Actions runners: https://github.com/actions/runner-images
2
+
1
3
name : Build and test
2
4
3
5
on :
17
19
- os : macos-14
18
20
xcode : Xcode 15
19
21
developer-dir : /Applications/Xcode_15.4.app/Contents/Developer
20
- - os : macos-14
22
+ - os : macos-15
21
23
xcode : Xcode 16
22
- developer-dir : /Applications/Xcode_16.app/Contents/Developer
24
+ developer-dir : /Applications/Xcode_16.1. app/Contents/Developer
23
25
name : Test with ${{ matrix.xcode }}
24
26
runs-on : ${{ matrix.os }}
25
27
env :
Original file line number Diff line number Diff line change 1434
1434
BuildIndependentTargetsInParallel = YES;
1435
1435
CLASSPREFIX = VNA;
1436
1436
LastSwiftUpdateCheck = 1410;
1437
- LastUpgradeCheck = 1600 ;
1437
+ LastUpgradeCheck = 1610 ;
1438
1438
ORGANIZATIONNAME = "Vienna project";
1439
1439
TargetAttributes = {
1440
1440
035B703419E0E4AE00197334 = {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1600 "
3
+ LastUpgradeVersion = " 1610 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1600 "
3
+ LastUpgradeVersion = " 1610 "
4
4
version = " 1.7" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
You can’t perform that action at this time.
0 commit comments