16
16
uses : actions/cache@v3
17
17
with :
18
18
path : " /home/runner/.cache/bazel"
19
- key : bazel
19
+ key : bazel-ubuntu20
20
20
21
21
- name : Build
22
22
run : |
@@ -95,61 +95,33 @@ jobs:
95
95
cd tests
96
96
bazelisk build --config=vs2022 //...
97
97
98
- # build_and_test_macos11:
99
- # name: macOS 11 Bazel build <Apple Clang13>
100
- # runs-on: macOS-11
101
-
102
- # steps:
103
- # - uses: actions/[email protected]
104
-
105
- # - name: Mount bazel cache
106
- # uses: actions/cache@v3
107
- # with:
108
- # path: "/home/runner/.cache/bazel"
109
- # key: bazel
110
-
111
- # - name: Print info
112
- # run: |
113
- # echo "OS info:"
114
- # sw_vers
115
- # uname
116
- # echo "Compiler info:"
117
- # clang --version
118
-
119
- # - name: Build
120
- # run: |
121
- # brew install qt@6
122
- # #brew link qt@6
123
- # cd tests
124
- # bazelisk build --config=macos //...
125
-
126
- # build_and_test_macos12:
127
- # name: macOS 12 Bazel build <Apple Clang14>
128
- # runs-on: macOS-12
129
-
130
- # steps:
131
- # - uses: actions/[email protected]
132
-
133
- # - name: Mount bazel cache
134
- # uses: actions/cache@v3
135
- # with:
136
- # path: "/home/runner/.cache/bazel"
137
- # key: bazel
138
-
139
- # - name: Print info
140
- # run: |
141
- # echo "OS info:"
142
- # sw_vers
143
- # uname
144
- # echo "Compiler info:"
145
- # clang --version
146
-
147
- # - name: Build
148
- # run: |
149
- # brew install qt@6
150
- # #brew link qt@6
151
- # cd tests
152
- # bazelisk build --config=macos //...
98
+ build_and_test_macos13 :
99
+ name : macOS 13 Bazel build <Apple Clang14>
100
+ runs-on : macOS-13
101
+
102
+ steps :
103
+
104
+
105
+ - name : Mount bazel cache
106
+ uses : actions/cache@v3
107
+ with :
108
+ path : " /home/runner/.cache/bazel"
109
+ key : bazel
110
+
111
+ - name : Print info
112
+ run : |
113
+ echo "OS info:"
114
+ sw_vers
115
+ uname
116
+ echo "Compiler info:"
117
+ clang --version
118
+
119
+ - name : Build
120
+ run : |
121
+ #brew install qt@6
122
+ #brew link qt@6
123
+ cd tests
124
+ bazelisk build --config=macos //...
153
125
154
126
build_and_test_macos14 :
155
127
name : macOS 14 Bazel build <Apple Clang14>
@@ -174,7 +146,35 @@ jobs:
174
146
175
147
- name : Build
176
148
run : |
177
- brew install qt@6
149
+ #brew install qt@6
150
+ #brew link qt@6
151
+ cd tests
152
+ bazelisk build --config=macos //...
153
+
154
+ build_and_test_macos15 :
155
+ name : macOS 15 Bazel build <Apple Clang14>
156
+ runs-on : macOS-15
157
+
158
+ steps :
159
+
160
+
161
+ - name : Mount bazel cache
162
+ uses : actions/cache@v3
163
+ with :
164
+ path : " /home/runner/.cache/bazel"
165
+ key : bazel
166
+
167
+ - name : Print info
168
+ run : |
169
+ echo "OS info:"
170
+ sw_vers
171
+ uname
172
+ echo "Compiler info:"
173
+ clang --version
174
+
175
+ - name : Build
176
+ run : |
177
+ #brew install qt@6
178
178
#brew link qt@6
179
179
cd tests
180
180
bazelisk build --config=macos //...
0 commit comments