Skip to content

Commit

Permalink
ci: use latest version of macOS instead of 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Deuchnord committed Aug 3, 2024
1 parent 214b327 commit f193394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-11.0
- macos-latest
- windows-latest
python_version:
- '3.8'
Expand All @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
architecture: x64
# architecture: x64

- name: Prepare environment
run: |
Expand Down

0 comments on commit f193394

Please sign in to comment.