Skip to content

Commit

Permalink
[CI] upgrade macos
Browse files Browse the repository at this point in the history
  • Loading branch information
massquantity committed Jan 2, 2025
1 parent dd82b0c commit 1c5f130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_win_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, windows-latest]
python-version: [3.6, 3.8, '3.10']
os: [macos-latest, windows-latest]
python-version: [3.8, '3.10']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install DGL on macOS
run: |
python -m pip install 'dgl<2.0.0' -f https://data.dgl.ai/wheels/repo.html
if: matrix.os == 'macos-12'
if: matrix.os == 'macos-latest'

- name: Install dataclasses
run: |
Expand Down

0 comments on commit 1c5f130

Please sign in to comment.