Skip to content

Commit 77a90f3

Browse files
committed
use ubuntu-latest
1 parent 08d1f58 commit 77a90f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ${{ matrix.os }}
4747
strategy:
4848
matrix:
49-
os: [ubuntu-22.04]
49+
os: [ubuntu-latest]
5050
python-version: ["3.10", "3.11", "3.12", "3.13"]
5151
steps:
5252
- uses: actions/checkout@v5

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
if: (github.event.pull_request.head.repo.full_name == github.repository) || github.ref_name == 'main'
1414
env:
1515
SONAR_SCANNER_VERSION:

0 commit comments

Comments
 (0)