Disable nightly-latest checks for Swift

This commit is contained in:
Chuan-kai Lin 2022-12-07 17:59:30 +00:00
parent c51babb6c6
commit fb74504ab5
4 changed files with 4 additions and 9 deletions

View file

@ -45,10 +45,6 @@ jobs:
version: latest
- os: macos-latest
version: latest
- os: ubuntu-latest
version: nightly-latest
- os: macos-latest
version: nightly-latest
name: Multi-language repository
timeout-minutes: 45
runs-on: ${{ matrix.os }}

View file

@ -33,10 +33,6 @@ jobs:
version: cached
- os: macos-latest
version: cached
- os: ubuntu-latest
version: nightly-latest
- os: macos-latest
version: nightly-latest
name: Swift analysis using a custom build command
timeout-minutes: 45
runs-on: ${{ matrix.os }}