We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f4690 commit 3df915dCopy full SHA for 3df915d
1 file changed
.github/workflows/swift.yml
@@ -122,7 +122,7 @@ jobs:
122
- name: Check QL formatting
123
run: find swift/ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
124
database-upgrade-scripts:
125
- runs-on: ubuntu-20.04
+ runs-on: macos-latest
126
steps:
127
- uses: actions/checkout@v3
128
- uses: ./.github/actions/fetch-codeql
0 commit comments