diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index 191fd9a75..b52f120e4 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: latest + version: linked - os: ubuntu-latest version: nightly-latest name: 'Go: Custom queries' diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index 918eef69a..3493b99ed 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: latest + version: linked - os: ubuntu-latest version: nightly-latest name: Remote config file diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index 94e2a0062..6f316cba9 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: latest + version: linked - os: ubuntu-latest version: nightly-latest name: Test unsetting environment variables diff --git a/pr-checks/checks/go-custom-queries.yml b/pr-checks/checks/go-custom-queries.yml index 83be4b149..dd3819911 100644 --- a/pr-checks/checks/go-custom-queries.yml +++ b/pr-checks/checks/go-custom-queries.yml @@ -3,7 +3,7 @@ description: "Checks that Go works in conjunction with a config file specifying operatingSystems: - ubuntu versions: - - latest + - linked - nightly-latest env: DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" diff --git a/pr-checks/checks/remote-config.yml b/pr-checks/checks/remote-config.yml index d4fdee708..75798dec0 100644 --- a/pr-checks/checks/remote-config.yml +++ b/pr-checks/checks/remote-config.yml @@ -3,7 +3,7 @@ description: "Checks that specifying packages using only a config file works" operatingSystems: - ubuntu versions: - - latest + - linked - nightly-latest steps: - uses: ./../action/init diff --git a/pr-checks/checks/unset-environment.yml b/pr-checks/checks/unset-environment.yml index feea15fbd..48cc7e9b3 100644 --- a/pr-checks/checks/unset-environment.yml +++ b/pr-checks/checks/unset-environment.yml @@ -3,7 +3,7 @@ description: "An end-to-end integration test that unsets some environment variab operatingSystems: - ubuntu versions: - - latest + - linked - nightly-latest steps: - uses: ./../action/init