Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
graphenn committed May 25, 2024
1 parent b74b1cd commit 9b36501
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-12, macos-14]
python-version:
["pypy3.10", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
Expand All @@ -70,6 +70,18 @@ jobs:
python-version: "3.10"
- os: macos-12
python-version: "3.11"
- os: macos-14
python-version: "pypy3.10"
- os: macos-14
python-version: "3.7"
- os: macos-14
python-version: "3.8"
- os: macos-14
python-version: "3.9"
- os: macos-14
python-version: "3.10"
- os: macos-14
python-version: "3.11"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9b36501

Please sign in to comment.