Skip to content

Commit 2f72570

Browse files
committed
fix CI
1 parent e416bf7 commit 2f72570

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
12-
os: [ubuntu-latest, windows-latest, macos-latest]
12+
os: [ubuntu-latest, windows-latest, macos-13]
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: pdm-project/setup-pdm@v2.6
14+
- uses: actions/checkout@v4
15+
- uses: pdm-project/setup-pdm@v4
1616
name: Setup Python and PDM
1717
with:
1818
python-version: ${{ matrix.python-version }}
@@ -32,9 +32,9 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636

37-
- uses: pdm-project/setup-pdm@v2.6
37+
- uses: pdm-project/setup-pdm@v4
3838
name: Setup Python and PDM
3939
with:
4040
python-version: "3.10"

0 commit comments

Comments
 (0)