Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: "macOS 10.15, Xcode 12.4, Swift 5.3"
shell: "/bin/zsh {0}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: ${{ matrix.name }}
run: make test_framework_GRDBOSX_maxSwift
iOS:
Expand All @@ -77,7 +77,7 @@ jobs:
name: "macOS 10.15, Xcode 12.4, Swift 5.3"
shell: "/bin/zsh {0}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: ${{ matrix.name }}
run: make test_framework_GRDBiOS_maxTarget_maxSwift
SPM:
Expand All @@ -93,7 +93,7 @@ jobs:
name: "macOS 12, Xcode 13.3.1, Swift 5.6"
shell: "/bin/zsh {0}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: ${{ matrix.name }}
run: make test_SPM test_install_SPM
SQLCipher3:
Expand All @@ -109,7 +109,7 @@ jobs:
name: "macOS 12, Xcode 13.3.1, Swift 5.6"
shell: "/bin/zsh {0}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: ${{ matrix.name }}
run: make test_framework_SQLCipher3Encrypted
SQLCipher4:
Expand All @@ -129,7 +129,7 @@ jobs:
name: "macOS 10.15, Xcode 12.4, Swift 5.3"
shell: "/bin/zsh {0}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: ${{ matrix.name }}
run: make test_framework_SQLCipher4Encrypted
CustomSQLite:
Expand All @@ -149,7 +149,7 @@ jobs:
name: "macOS 10.15, Xcode 12.4, Swift 5.3"
shell: "/bin/zsh {0}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: ${{ matrix.name }}
run: make test_framework_GRDBCustomSQLiteOSX
XCFramework:
Expand All @@ -165,7 +165,7 @@ jobs:
name: "macOS 12, Xcode 13.3.1, Swift 5.6"
shell: "/bin/zsh {0}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: ${{ matrix.name }}
run: make test_archive_GRDBOSX_xcframework