diff --git a/.github/workflows/Linux_CI.yml b/.github/workflows/Linux_CI.yml index 27affb6e..5cab73b8 100644 --- a/.github/workflows/Linux_CI.yml +++ b/.github/workflows/Linux_CI.yml @@ -5,9 +5,9 @@ name: Linux CI on: push: - branches: [ master, brainpy-2.x ] + branches: [ master ] pull_request: - branches: [ master, brainpy-2.x ] + branches: [ master ] jobs: @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9"] + python-version: ["3.6", "3.7", "3.8", "3.9"] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/MacOS_CI.yml b/.github/workflows/MacOS_CI.yml index 06aec9d5..6d8b620b 100644 --- a/.github/workflows/MacOS_CI.yml +++ b/.github/workflows/MacOS_CI.yml @@ -5,18 +5,17 @@ name: MacOS CI on: push: - branches: [ master, brainpy-2.x ] + branches: [ master ] pull_request: - branches: [ master, brainpy-2.x ] + branches: [ master ] jobs: build: - runs-on: ${{ matrix.os }} + runs-on: macos-latest strategy: fail-fast: false matrix: - os: [macos-10.15, macos-11, macos-latest] python-version: ["3.7", "3.8", "3.9"] steps: diff --git a/.github/workflows/Windows_CI.yml b/.github/workflows/Windows_CI.yml index a3793b01..6c811205 100644 --- a/.github/workflows/Windows_CI.yml +++ b/.github/workflows/Windows_CI.yml @@ -5,9 +5,9 @@ name: Windows CI on: push: - branches: [ master, brainpy-2.x ] + branches: [ master ] pull_request: - branches: [ master, brainpy-2.x ] + branches: [ master ] jobs: