Skip to content

Commit 24da81f

Browse files
committed
Swift: disable integration tests on macOS for now
Also, add swift workflow to code owned by the C team
1 parent 901e066 commit 24da81f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/swift-integration-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os : [ubuntu-20.04, macos-latest]
21+
os:
22+
- ubuntu-20.04
23+
# - macos-latest TODO
2224
steps:
2325
- uses: actions/checkout@v3
2426
- uses: ./.github/actions/fetch-codeql

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ WORKSPACE.bazel @github/codeql-ci-reviewers
4242
/.github/workflows/js-ml-tests.yml @github/codeql-ml-powered-queries-reviewers
4343
/.github/workflows/ql-for-ql-* @github/codeql-ql-for-ql-reviewers
4444
/.github/workflows/ruby-* @github/codeql-ruby
45+
/.github/workflows/swift-* @github/codeql-c

0 commit comments

Comments
 (0)