Skip to content

Commit 041d420

Browse files
committed
ci: Fix ubuntu-22.04 version
1 parent ef65446 commit 041d420

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
tests:
88
name: Run tests
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
env:
1111
LANG: C.UTF-8
1212
steps:

.github/workflows/publish-python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
publish-pypi-packages:
1212
name: Publish PyPi Packages
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

.github/workflows/semantic-pull-request-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
main:
1212
name: Validate PR title
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: amannn/action-semantic-pull-request@v5
1616
env:

.github/workflows/snyk.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
security:
88
name: Run Snyk
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
env:
1111
LANG: C.UTF-8
1212
steps:

0 commit comments

Comments
 (0)