Skip to content

Commit 1cf1182

Browse files
committed
Run github action workflow on ubuntu-22.04
1 parent 09d64b9 commit 1cf1182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
build:
2222

23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
# See: https://github.com/marketplace/actions/skip-based-on-commit-message
2525
if: "!contains(github.event.head_commit.message, 'ci skip') || !contains(github.event.head_commit.message, 'skip ci')"
2626
strategy:

0 commit comments

Comments
 (0)