We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d2065 commit 48dc4f7Copy full SHA for 48dc4f7
1 file changed
.github/workflows/build_bazel.yml
@@ -20,13 +20,11 @@ jobs:
20
fail-fast: true
21
matrix:
22
os: [ ubuntu-latest,
23
- macos-latest,
24
ubuntu-20.04,
25
ubuntu-22.04,
26
- ubuntu-24.04,
27
- macos-13,
+ ubuntu-24.04
28
]
29
- # ubuntu-18.04 does not work due to compile error on asio
+ # ubuntu-18.04 & mac-os do not work due to compile error on asio
30
# windows-2019 not included to spare free minutes
31
steps:
32
- uses: actions/checkout@v4
@@ -39,9 +37,6 @@ jobs:
39
37
sudo apt-get update && \
40
38
sudo apt-get install -yq \
41
g++ clang
42
- elif [ "$RUNNER_OS" == "macOS" ]; then
43
- curl --tlsv1.2 --proto =https -Lo bazel https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-darwin-amd64
44
- chmod +x bazel
45
else
46
echo "$RUNNER_OS not supported"
47
exit 1
0 commit comments