Skip to content

Commit

Permalink
Add new macos m1 tester
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jan 30, 2024
1 parent 99552bc commit 54d32fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: pip cache
uses: actions/cache@v4
with:
path: 'C:\cygwin\home\runneradmin\.local\lib\python3.9'
path: 'C:\Users\runneradmin\.local\lib\python3.9'
key: ${{ runner.os }}-${{ hashFiles('pyproject.toml') }}

- name: Set Windows PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-12, macos-14]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
toolchain:
- {compiler: gcc, version: 8}
Expand Down

0 comments on commit 54d32fb

Please sign in to comment.