Skip to content

Commit abbd3ee

Browse files
author
Mindee
committed
🐛 fix for updated github runners
1 parent 2dcf781 commit abbd3ee

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.8"]
19+
python-version: ["3.10"]
2020
steps:
2121
- uses: actions/checkout@v4
2222

@@ -43,7 +43,7 @@ jobs:
4343
make html
4444
4545
- name: Deploy
46-
uses: peaceiris/actions-gh-pages@v3
46+
uses: peaceiris/actions-gh-pages@v4
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
publish_dir: ./docs/_build/html

.github/workflows/test-code-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version:
1919
- "3.7"
2020
- "3.12"
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:

.github/workflows/test-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
max-parallel: 2
1919
matrix:
2020
os:
21-
- "ubuntu-latest"
22-
- "windows-latest"
21+
- "ubuntu-22"
22+
- "windows-2022"
2323
python-version:
2424
- "3.7"
2525
- "3.12"

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
os:
16-
- "ubuntu-latest"
17-
- "windows-latest"
16+
- "ubuntu-22"
17+
- "windows-2022"
1818
python-version:
1919
- "3.7"
2020
- "3.8"

0 commit comments

Comments
 (0)