Skip to content

Commit 82c683c

Browse files
committed
Remove macOS 13 CI test
GitOrigin-RevId: 0f7f1b6746b0ec0f662ae5cde3bda45b0de7ea88
1 parent 503e06c commit 82c683c

1 file changed

Lines changed: 0 additions & 37 deletions

File tree

.github/workflows/bazel_build.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,6 @@ on:
55
push: {}
66

77
jobs:
8-
build_and_test_macos13:
9-
name: macOS 13 Bazel build <Apple Clang14>
10-
runs-on: macOS-13
11-
12-
steps:
13-
- uses: actions/checkout@v6
14-
15-
- name: Mount bazel cache
16-
uses: actions/cache@v4
17-
with:
18-
path: "/home/runner/.cache/bazel"
19-
key: bazel
20-
21-
- name: Print info
22-
run: |
23-
echo "OS info:"
24-
sw_vers
25-
uname
26-
echo "Compiler info:"
27-
clang --version
28-
29-
- name: Ispc
30-
run: |
31-
brew install ispc
32-
ispc --version
33-
ispc --support-matrix
34-
35-
- name: Build
36-
run: |
37-
cd tests
38-
bazel build --config=macos //...
39-
40-
- name: Run
41-
run: |
42-
cd tests
43-
bazel run --config=macos //square:main
44-
458
build_and_test_macos14:
469
name: macOS 14 Bazel build <Apple Clang14>
4710
runs-on: macOS-14

0 commit comments

Comments
 (0)