Skip to content

Commit

Permalink
Update comment URLs in GitHub Actions rules
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yukawa authored and hiroyuki-komatsu committed May 5, 2024
1 parent 83641d9 commit 6c72bf5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6c72bf5

Please sign in to comment.