Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit dee1ffb

Browse files
committed
corrected CI config
1 parent 01bfbef commit dee1ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
os: [macos-12, ubuntu-20.04, windows-2022]
3131
minor: [7, 8]
32-
runs-on: ${{ matrix.os }}-latest
32+
runs-on: ${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v3
3535
- uses: actions/setup-python@v3
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
os: [macos-12, ubuntu-20.04, windows-2022]
5757
minor: [9, 10, 11]
58-
runs-on: ${{ matrix.os }}-latest
58+
runs-on: ${{ matrix.os }}
5959
steps:
6060
- uses: actions/checkout@v3
6161
- uses: actions/setup-python@v3

0 commit comments

Comments
 (0)