5353 destination : " OS=18.1,name=Apple TV"
5454 name : " tvOS"
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - name : ${{ matrix.name }}
5858 run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project GRDB.xcodeproj -scheme GRDB -destination "${{ matrix.destination }}" OTHER_SWIFT_FLAGS='$(inherited) -D SQLITE_ENABLE_FTS5 -D SQLITE_ENABLE_PREUPDATE_HOOK' GCC_PREPROCESSOR_DEFINITIONS='$(inherited) GRDB_SQLITE_ENABLE_PREUPDATE_HOOK=1' clean test
5959 SPM :
7070 runsOn : macOS-14
7171 name : " Xcode 16.1"
7272 steps :
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@v5
7474 - name : ${{ matrix.name }}
7575 run : make test_SPM test_install_SPM
7676 SQLCipher3 :
8787 runsOn : macOS-14
8888 name : " Xcode 16.1"
8989 steps :
90- - uses : actions/checkout@v4
90+ - uses : actions/checkout@v5
9191 - name : ${{ matrix.name }}
9292 run : make test_framework_SQLCipher3Encrypted
9393 SQLCipher4 :
@@ -104,7 +104,7 @@ jobs:
104104 runsOn : macOS-14
105105 name : " Xcode 16.1"
106106 steps :
107- - uses : actions/checkout@v4
107+ - uses : actions/checkout@v5
108108 - name : ${{ matrix.name }}
109109 run : make test_framework_SQLCipher4Encrypted
110110 CustomSQLite :
@@ -121,7 +121,7 @@ jobs:
121121 runsOn : macOS-14
122122 name : " Xcode 16.1"
123123 steps :
124- - uses : actions/checkout@v4
124+ - uses : actions/checkout@v5
125125 - name : ${{ matrix.name }}
126126 run : make test_framework_GRDBCustomSQLiteOSX
127127 XCFramework :
@@ -138,7 +138,7 @@ jobs:
138138 runsOn : macOS-14
139139 name : " Xcode 16.1"
140140 steps :
141- - uses : actions/checkout@v4
141+ - uses : actions/checkout@v5
142142 - name : ${{ matrix.name }}
143143 run : make test_universal_xcframework
144144
0 commit comments