Skip to content

Commit

Permalink
🐛 fix for updated github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindee committed Dec 23, 2024
1 parent 2dcf781 commit abbd3ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4

Expand All @@ -43,7 +43,7 @@ jobs:
make html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
2 changes: 1 addition & 1 deletion .github/workflows/test-code-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version:
- "3.7"
- "3.12"
runs-on: ubuntu-latest
runs-on: ubuntu-22
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
max-parallel: 2
matrix:
os:
- "ubuntu-latest"
- "windows-latest"
- "ubuntu-22"
- "windows-2022"
python-version:
- "3.7"
- "3.12"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
os:
- "ubuntu-latest"
- "windows-latest"
- "ubuntu-22"
- "windows-2022"
python-version:
- "3.7"
- "3.8"
Expand Down

0 comments on commit abbd3ee

Please sign in to comment.