Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinellimarco authored May 4, 2024
1 parent b37a1dc commit 68efee9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# 3.12 was released 2023-10-02 and end-of-life will be 2028-10
python-version: ['3.8', '3.12']
#os: [macos-13, macos-14, ubuntu-latest, windows-latest]
os: [macos-13, macos-14]
os: [macos-13]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -72,7 +72,8 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
#os: [macos-13, macos-14, ubuntu-latest, windows-latest]
os: [macos-13]
manylinux-image: [manylinux2014]

steps:
Expand Down

0 comments on commit 68efee9

Please sign in to comment.