Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade ubuntu version
Browse files Browse the repository at this point in the history
ekneg54 committed Oct 3, 2024
1 parent 4a92888 commit 729c03e
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
uses: ./.github/workflows/testing.yml

build-docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
@@ -40,7 +40,7 @@ jobs:
make clean html
code-quality:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/testing.yml

code-quality:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@ on:

jobs:
rust:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Perform tests for rust modules
run: cargo test
python:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
apt_packages:
- "pandoc"
tools:

0 comments on commit 729c03e

Please sign in to comment.