Skip to content

Commit

Permalink
ci(GITHUB): github no longer supports catalina
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed May 10, 2023
1 parent 051775f commit 5ec49a3
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: [10.15, 11, 12]
os: [11, 12]
platform: [x86_64]
python-version: [3.9.16]

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

Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [10.15, 11, 12]
os: [11, 12]
platform: [x86_64]
python-version: [3.9.16]

Expand Down

0 comments on commit 5ec49a3

Please sign in to comment.