mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 10:00:42 +00:00
github_ci: disabled macos-latest
This commit is contained in:
parent
16e3daeab5
commit
690b2164db
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]
|
||||||
|
Loading…
Reference in New Issue
Block a user