Skip to content

Commit

Permalink
Use ubuntu-22.04 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jan 21, 2025
1 parent cf376c2 commit 8cb57c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
python-version: "3.8"
QT_API: PyQt5
with_opencl: false
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.11"
QT_API: PyQt6
with_opencl: true
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.13"
QT_API: PySide6
with_opencl: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build_sdist:
name: Build source distribution
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -32,7 +32,7 @@ jobs:
test_sdist:
needs: [build_sdist]
name: Test source distribution
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -55,7 +55,7 @@ jobs:

build_doc:
name: Build documentation
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
test_windows_installer,
]
name: Upload release to PyPI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment:
name: pypi
permissions:
Expand All @@ -209,7 +209,7 @@ jobs:
windows-installer-publish:
needs: [build_windows_installer, test_windows_installer]
name: Upload Windows installer
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment:
name: assets
permissions:
Expand Down

0 comments on commit 8cb57c2

Please sign in to comment.