Skip to content

Commit be6e76f

Browse files
Update GH Actions ubuntu version (#90)
* 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 11e389e commit be6e76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

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

1010
jobs:
1111
pre_commit_checks:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
# matrixed execution for parallel gh-action performance increases
2727
python_version: ["3.10", "3.11", "3.12"]
28-
os: [ubuntu-22.04, macos-14]
28+
os: [ubuntu-24.04, macos-14]
2929
runs-on: ${{ matrix.os }}
3030
env:
3131
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)