mirror of
https://github.com/wassname/ray.git
synced 2026-07-16 11:21:10 +08:00
remove osx and linux actions (#10209)
This commit is contained in:
@@ -17,17 +17,11 @@ jobs:
|
||||
matrix:
|
||||
# Useful info: https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
include:
|
||||
- name: ubuntu
|
||||
os: ubuntu-18.04
|
||||
python-version: 3.6
|
||||
- name: windows-msvc
|
||||
os: windows-2019
|
||||
python-version: 3.8
|
||||
# Can be 'msvc' or 'clang-cl'
|
||||
config: msvc
|
||||
- name: macos
|
||||
os: macos-10.15
|
||||
python-version: 3.6
|
||||
env:
|
||||
BAZEL_CONFIG: ${{ matrix.config }}
|
||||
PYTHON: ${{ matrix.python-version }}
|
||||
|
||||
Reference in New Issue
Block a user