Skip to content

Commit

Permalink
fix: Update GitHub Actions workflow to include Ubuntu 3.9 only
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Mar 29, 2024
1 parent 3bb78f2 commit 8d376d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest]
# python-version: ["3.12"]
os: [ubuntu-latest, macos-latest, macos-14]
python-version: ["3.12", "3.11", "3.10", "3.9"]
include:
- os: ubuntu-latest
python-version: "3.9"

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

0 comments on commit 8d376d3

Please sign in to comment.