mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 09:27:40 +00:00
github_ci: disabled macos-latest
This commit is contained in:
4
.github/workflows/github_ci.yml
vendored
4
.github/workflows/github_ci.yml
vendored
@@ -13,7 +13,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
# os: [ubuntu-latest, macos-latest]
|
||||||
|
# macos is broken for now
|
||||||
|
os: [ubuntu-latest]
|
||||||
compiler: [gcc, clang]
|
compiler: [gcc, clang]
|
||||||
build_system: [makefile, mymake]
|
build_system: [makefile, mymake]
|
||||||
hyper_use_rviz: [rviz_1, rviz_0]
|
hyper_use_rviz: [rviz_1, rviz_0]
|
||||||
|
Reference in New Issue
Block a user