Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Oct 4, 2024
1 parent 79c8206 commit 35f1dc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
py: [ 3.8, 3.12 ]
os: [ ubuntu-latest, windows-latest, macos-12 ]
os: [ ubuntu-latest, windows-latest, macos-13 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -77,7 +77,7 @@ jobs:
strategy:
matrix:
py: [ 3.8, 3.12 ]
os: [ ubuntu-latest, windows-latest, macos-12 ]
os: [ ubuntu-latest, windows-latest, macos-13 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
strategy:
matrix:
py: [ 3.9 ]
os: [ ubuntu-latest, windows-latest, macos-12 ]
os: [ ubuntu-latest, windows-latest, macos-13 ]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
strategy:
matrix:
py: [ 3.9, 3.12 ]
os: [ ubuntu-latest, windows-latest, macos-12 ]
os: [ ubuntu-latest, windows-latest, macos-13 ]
services:
postgres:
# Applying this workaround: https://github.com/actions/runner/issues/822
Expand Down

0 comments on commit 35f1dc6

Please sign in to comment.