Skip to content

Commit

Permalink
Update ubuntu from 22.04 to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoklosowski committed Oct 15, 2024
1 parent f253585 commit 73845f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
lint:
name: Check Lints
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

test:
name: Check Test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

docs:
name: Check Docs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
build-package:
name: Build Package
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
github-release:
name: Release on GitHub
needs: build-package
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
Expand All @@ -59,7 +59,7 @@ jobs:
pypi-publish:
name: Publish on PyPI
needs: github-release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment:
name: pypi
url: https://pypi.org/p/qldebugger
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.9"
jobs:
Expand Down

0 comments on commit 73845f1

Please sign in to comment.