Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Attempt to fix CI
  • Loading branch information
skim0119 authored Apr 23, 2024
1 parent 3c903d8 commit b2f43b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest] #, windows-latest] # Run macos tests if really required, since they charge 10 times more for macos
os: [ubuntu-20.04, macos-latest] #, ubuntu-latest, windows-latest] # Run macos tests if really required, since they charge 10 times more for macos
include:
- os: ubuntu-latest
- os: ubuntu-20.04
path: ~/.cache/pip
- os: macos-latest
path: ~/Library/Caches/pip
Expand Down

0 comments on commit b2f43b1

Please sign in to comment.