We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99a055 commit 91bb7f8Copy full SHA for 91bb7f8
1 file changed
.github/workflows/bazel_build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
build_and_test_macos14:
31
name: macOS 14 Bazel build <Apple Clang14>
32
- runs-on: macOS-14
+ runs-on: macOS-14 # macOS 14 Arm64 - see https://github.com/actions/runner-images
33
34
steps:
35
- uses: actions/checkout@v5
@@ -54,7 +54,7 @@ jobs:
54
55
build_and_test_macos15:
56
name: macOS 15 Bazel build <Apple Clang14>
57
- runs-on: macOS-15
+ runs-on: macOS-15 # macOS 15 Arm64 - see https://github.com/actions/runner-images
58
59
60
@@ -79,7 +79,7 @@ jobs:
79
80
build_and_test_macos26:
81
name: macOS 26 Bazel build <Apple Clang14>
82
- runs-on: macOS-26
+ runs-on: macOS-26 # macOS 26 Arm64 - see https://github.com/actions/runner-images
83
84
85
0 commit comments