Skip to content

Commit 48dc4f7

Browse files
Sebastian Bergtgittiver
authored andcommitted
remove mac os from bazel build
1 parent d9d2065 commit 48dc4f7

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build_bazel.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ jobs:
2020
fail-fast: true
2121
matrix:
2222
os: [ ubuntu-latest,
23-
macos-latest,
2423
ubuntu-20.04,
2524
ubuntu-22.04,
26-
ubuntu-24.04,
27-
macos-13,
25+
ubuntu-24.04
2826
]
29-
# ubuntu-18.04 does not work due to compile error on asio
27+
# ubuntu-18.04 & mac-os do not work due to compile error on asio
3028
# windows-2019 not included to spare free minutes
3129
steps:
3230
- uses: actions/checkout@v4
@@ -39,9 +37,6 @@ jobs:
3937
sudo apt-get update && \
4038
sudo apt-get install -yq \
4139
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
4540
else
4641
echo "$RUNNER_OS not supported"
4742
exit 1

0 commit comments

Comments
 (0)