Swift: disable integration tests on macOS for now

Also, add swift workflow to code owned by the C team
This commit is contained in:
Paolo Tranquilli
2022-07-01 14:56:14 +02:00
parent 901e066355
commit 24da81fdb0
2 changed files with 4 additions and 1 deletions

View File

@@ -18,7 +18,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os : [ubuntu-20.04, macos-latest]
os:
- ubuntu-20.04
# - macos-latest TODO
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/fetch-codeql