Skip to content

Commit 91bb7f8

Browse files
committed
Annotate runner type
1 parent e99a055 commit 91bb7f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bazel_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
build_and_test_macos14:
3131
name: macOS 14 Bazel build <Apple Clang14>
32-
runs-on: macOS-14
32+
runs-on: macOS-14 # macOS 14 Arm64 - see https://github.com/actions/runner-images
3333

3434
steps:
3535
- uses: actions/checkout@v5
@@ -54,7 +54,7 @@ jobs:
5454
5555
build_and_test_macos15:
5656
name: macOS 15 Bazel build <Apple Clang14>
57-
runs-on: macOS-15
57+
runs-on: macOS-15 # macOS 15 Arm64 - see https://github.com/actions/runner-images
5858

5959
steps:
6060
- uses: actions/checkout@v5
@@ -79,7 +79,7 @@ jobs:
7979
8080
build_and_test_macos26:
8181
name: macOS 26 Bazel build <Apple Clang14>
82-
runs-on: macOS-26
82+
runs-on: macOS-26 # macOS 26 Arm64 - see https://github.com/actions/runner-images
8383

8484
steps:
8585
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)