Skip to content

Commit

Permalink
fix macOS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Jun 11, 2024
1 parent d1274fe commit 6460823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- '1' # latest
os:
- ubuntu-latest
- macOS-latest-large # intel chip
- macOS-13 # intel chip
- windows-latest
arch:
- x64
Expand All @@ -54,7 +54,7 @@ jobs:

# for core tests on macOS M-series chip
- version: '1'
os: 'macOS-latest-xlarge'
os: 'macOS-latest'
arch: 'arm64'
group: 'Core'

Expand Down

0 comments on commit 6460823

Please sign in to comment.