Skip to content

Commit 718e92b

Browse files
Update GH Actions ubuntu version (#213)
* Update GH Actions ubuntu * [pre-commit.ci lite] apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent 36d953b commit 718e92b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
# only build and deploy docs if the actor is not dependabot
1616
if: ${{ github.actor != 'dependabot[bot]' }}
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
pre_commit_checks:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
# checks out the repo
1616
- uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
python_version: ["3.9", "3.10", "3.11", "3.12"]
41-
os: [ubuntu-22.04, macos-14]
41+
os: [ubuntu-24.04, macos-14]
4242
runs-on: ${{ matrix.os }}
4343
env:
4444
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)