Skip to content

Commit

Permalink
ci(GITHUB): deprecate monterey builds
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Dec 4, 2024
1 parent ae073a8 commit a834d74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [12, 13]
os: [13, 14]
platform: [x86_64]
python-version: [3.11.11]

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [12, 13]
os: [13, 14]
platform: [x86_64]
python-version: [3.11.11]

Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [12, 13]
os: [13, 14]
platform: [x86_64]
python-version: [3.11.11]

Expand Down

0 comments on commit a834d74

Please sign in to comment.