File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,23 +107,23 @@ jobs:
107107 - uses : actions/checkout@v5
108108 - name : ${{ matrix.name }}
109109 run : make test_framework_SQLCipher4Encrypted
110- CustomSQLite :
111- name : CustomSQLite
112- runs-on : ${{ matrix.runsOn }}
113- env :
114- DEVELOPER_DIR : " /Applications/${{ matrix.xcode }}/Contents/Developer"
115- timeout-minutes : 60
116- strategy :
117- fail-fast : false
118- matrix :
119- include :
120- - xcode : " Xcode_16.4.app"
121- runsOn : macOS-15
122- name : " Xcode 16.4"
123- steps :
124- - uses : actions/checkout@v5
125- - name : ${{ matrix.name }}
126- run : make test_framework_GRDBCustomSQLiteOSX
110+ # CustomSQLite:
111+ # name: CustomSQLite
112+ # runs-on: ${{ matrix.runsOn }}
113+ # env:
114+ # DEVELOPER_DIR: "/Applications/${{ matrix.xcode }}/Contents/Developer"
115+ # timeout-minutes: 60
116+ # strategy:
117+ # fail-fast: false
118+ # matrix:
119+ # include:
120+ # - xcode: "Xcode_16.4.app"
121+ # runsOn: macOS-15
122+ # name: "Xcode 16.4"
123+ # steps:
124+ # - uses: actions/checkout@v5
125+ # - name: ${{ matrix.name }}
126+ # run: make test_framework_GRDBCustomSQLiteOSX
127127 XCFramework :
128128 name : XCFramework
129129 runs-on : ${{ matrix.runsOn }}
You can’t perform that action at this time.
0 commit comments