diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index 5c9892614..5d2c2a619 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -3,7 +3,7 @@ # pip install ruamel.yaml && python3 sync.py # to regenerate this file. -name: 'PR Check - Go: tracing with autobuilder' +name: 'PR Check - Go: tracing with autobuilder step' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GO111MODULE: auto @@ -25,15 +25,15 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest + - os: ubuntu-20.04 version: stable-20210308 - os: macos-latest version: stable-20210308 - - os: ubuntu-latest + - os: ubuntu-20.04 version: stable-20210319 - os: macos-latest version: stable-20210319 - - os: ubuntu-latest + - os: ubuntu-20.04 version: stable-20210809 - os: macos-latest version: stable-20210809 @@ -49,7 +49,7 @@ jobs: version: nightly-latest - os: macos-latest version: nightly-latest - name: 'Go: tracing with autobuilder' + name: 'Go: tracing with autobuilder step' timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index 72840fd05..473910f7a 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -25,46 +25,30 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest + - os: ubuntu-20.04 version: stable-20210308 - os: macos-latest version: stable-20210308 - - os: windows-2019 - version: stable-20210308 - - os: ubuntu-latest + - os: ubuntu-20.04 version: stable-20210319 - os: macos-latest version: stable-20210319 - - os: windows-2019 - version: stable-20210319 - - os: ubuntu-latest + - os: ubuntu-20.04 version: stable-20210809 - os: macos-latest version: stable-20210809 - - os: windows-2019 - version: stable-20210809 - os: ubuntu-latest version: cached - os: macos-latest version: cached - - os: windows-2019 - version: cached - os: ubuntu-latest version: latest - os: macos-latest version: latest - - os: windows-2019 - version: latest - - os: windows-2022 - version: latest - os: ubuntu-latest version: nightly-latest - os: macos-latest version: nightly-latest - - os: windows-2019 - version: nightly-latest - - os: windows-2022 - version: nightly-latest name: 'Go: tracing with custom build steps' timeout-minutes: 45 runs-on: ${{ matrix.os }} diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index 55a1f2d58..dae64022b 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -25,15 +25,15 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest + - os: ubuntu-20.04 version: stable-20210308 - os: macos-latest version: stable-20210308 - - os: ubuntu-latest + - os: ubuntu-20.04 version: stable-20210319 - os: macos-latest version: stable-20210319 - - os: ubuntu-latest + - os: ubuntu-20.04 version: stable-20210809 - os: macos-latest version: stable-20210809 diff --git a/pr-checks/checks/go-tracing-autobuilder.yml b/pr-checks/checks/go-tracing-autobuilder.yml index d1f57fec6..4e0bafa94 100644 --- a/pr-checks/checks/go-tracing-autobuilder.yml +++ b/pr-checks/checks/go-tracing-autobuilder.yml @@ -1,6 +1,6 @@ name: "Go: tracing with autobuilder step" description: "Checks that Go tracing works when using an autobuilder step" -os: ["ubuntu", "macos"] +operatingSystems: ["ubuntu", "macos"] env: DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: diff --git a/pr-checks/checks/go-tracing-custom-build-steps.yml b/pr-checks/checks/go-tracing-custom-build-steps.yml index 3ce032385..4267e8e09 100644 --- a/pr-checks/checks/go-tracing-custom-build-steps.yml +++ b/pr-checks/checks/go-tracing-custom-build-steps.yml @@ -1,5 +1,6 @@ name: "Go: tracing with custom build steps" description: "Checks that Go tracing traces the build when using custom build steps" +operatingSystems: ["ubuntu", "macos"] steps: - uses: actions/setup-go@v3 with: