From 6c72bf5ceceebe7801725979a01809d160861012 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Sun, 5 May 2024 11:05:39 +0000 Subject: [PATCH] Update comment URLs in GitHub Actions rules URLs to GitHub Actions runner images are migrated from https://github.com/actions/virtual-environments to https://github.com/actions/runner-images #codehealth PiperOrigin-RevId: 630801581 --- .github/workflows/android.yaml | 2 +- .github/workflows/linux.yaml | 4 ++-- .github/workflows/macos.yaml | 10 +++++----- .github/workflows/windows.yaml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index 97527a334..cb6e52824 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -13,7 +13,7 @@ concurrency: jobs: build: - # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2204-Readme.md + # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md runs-on: ubuntu-22.04 timeout-minutes: 60 diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 9fa63736c..e945ef5c0 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -13,7 +13,7 @@ concurrency: jobs: build: - # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2204-Readme.md + # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md runs-on: ubuntu-22.04 timeout-minutes: 60 @@ -47,7 +47,7 @@ jobs: if-no-files-found: warn test: - # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2204-Readme.md + # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md runs-on: ubuntu-22.04 timeout-minutes: 60 diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 0b1dbe6ab..35026f8c0 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -16,7 +16,7 @@ env: jobs: build_arm64: - # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-14-Readme.md + # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md runs-on: macos-14 timeout-minutes: 60 @@ -65,7 +65,7 @@ jobs: if-no-files-found: warn build_intel64: - # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-14-Readme.md + # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md runs-on: macos-14 timeout-minutes: 60 @@ -114,7 +114,7 @@ jobs: if-no-files-found: warn build_universal_binary: - # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-14-Readme.md + # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md runs-on: macos-14 timeout-minutes: 90 @@ -163,7 +163,7 @@ jobs: if-no-files-found: warn test: - # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-14-Readme.md + # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md runs-on: macos-14 timeout-minutes: 60 @@ -208,7 +208,7 @@ jobs: # in other jobs. Another approach would be to use "needs:". # https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow cache_deps: - # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-14-Readme.md + # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md runs-on: macos-14 timeout-minutes: 15 diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 51920f797..949fbd395 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -13,7 +13,7 @@ concurrency: jobs: build: - # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md + # https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md runs-on: windows-2022 timeout-minutes: 120 @@ -75,7 +75,7 @@ jobs: if-no-files-found: warn test: - # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md + # https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md runs-on: windows-2022 timeout-minutes: 90 @@ -120,7 +120,7 @@ jobs: # in other jobs. Another approach would be to use "needs:". # https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow cache_deps: - # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md + # https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md runs-on: windows-2022 timeout-minutes: 15