Skip to content

Commit

Permalink
Added macOS 12, macOS 13 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyowl committed Feb 26, 2024
1 parent 5370557 commit 9aed8eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,16 @@ jobs:
label: osx-64
python-version: '3.10'
toxenv: py310-test-latest

- name: macOS 12
os: macos-12
label: osx-64
python-version: '3.10'
toxenv: py310-test-latest
- name: macOS 13
os: macos-13
label: osx-64
python-version: '3.10'
toxenv: py310-test-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 9aed8eb

Please sign in to comment.