Skip to content

Commit

Permalink
[Fix] CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wxy1343 committed Feb 17, 2023
1 parent 6c0114a commit 939570b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-18.04, windows-latest, macos-latest ]
os: [ ubuntu-18.04, windows-latest, macos-10.15 ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -32,9 +32,6 @@ jobs:
with:
python-version: 3.9.7

- uses: kenchan0130/actions-system-info@master
id: system-info

- name: Declare some variables
id: vars
shell: bash
Expand Down

0 comments on commit 939570b

Please sign in to comment.