Skip to content

Commit 32c47e6

Browse files
authored
Upgrade GitHub Actions and Python versions
1 parent ac41d3c commit 32c47e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Format
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v3
1616
- uses: pre-commit/[email protected]
1717
with:
@@ -21,8 +21,8 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
25-
python-version: ["3.8", "3.9", "3.10", "3.11"]
24+
os: [ubuntu-latest, macos-latest, macos-14, windows-latest]
25+
python-version: ["3.10", "3.11"]
2626

2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)