Skip to content

Commit

Permalink
Merge pull request #89 from unitaryai/update-mac-version
Browse files Browse the repository at this point in the history
Update mac version to latest in github workflow
  • Loading branch information
laurahanu authored Aug 23, 2023
2 parents 1a1b31e + ee96224 commit 35bfc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macOS-10.15, windows-2019]
os: [ubuntu-20.04, macos-latest, windows-2019]
python-version: [3.7]

# Timeout: https://stackoverflow.com/a/59076067/4521646
Expand Down

0 comments on commit 35bfc91

Please sign in to comment.