neil
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/DNS.yml
|
@ -170,7 +170,7 @@ jobs: |
|
|
./letest.sh |
|
|
./letest.sh |
|
|
|
|
|
|
|
|
FreeBSD: |
|
|
FreeBSD: |
|
|
runs-on: macos-latest |
|
|
|
|
|
|
|
|
runs-on: macos-10.15 |
|
|
needs: Windows |
|
|
needs: Windows |
|
|
env: |
|
|
env: |
|
|
TEST_DNS : ${{ secrets.TEST_DNS }} |
|
|
TEST_DNS : ${{ secrets.TEST_DNS }} |
|
@ -209,7 +209,7 @@ jobs: |
|
|
./letest.sh |
|
|
./letest.sh |
|
|
|
|
|
|
|
|
Solaris: |
|
|
Solaris: |
|
|
runs-on: macos-latest |
|
|
|
|
|
|
|
|
runs-on: macos-10.15 |
|
|
needs: FreeBSD |
|
|
needs: FreeBSD |
|
|
env: |
|
|
env: |
|
|
TEST_DNS : ${{ secrets.TEST_DNS }} |
|
|
TEST_DNS : ${{ secrets.TEST_DNS }} |
|
|