Skip to content

Commit 8da2ed1

Browse files
committed
fix: use consistent ubuntu image across all pipelines
Signed-off-by: Dominikus Hellgartner <dominikus.hellgartner@tngtech.com>
1 parent 97759b6 commit 8da2ed1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-code-quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
check-code-quality:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
if: |
2121
!(github.event_name == 'pull_request' && startsWith(github.head_ref, 'renovate/'))
2222
env:

.github/workflows/check-license-compliance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
check-license-compliance:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
if: |
2121
!(github.event_name == 'pull_request' && startsWith(github.head_ref, 'renovate/'))
2222
steps:

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- os: ubuntu-latest
19+
- os: ubuntu-22.04
2020
FILE: release/linux/OpossumUI-for-linux.AppImage
2121
- os: macos-latest
2222
FILE: release/mac/OpossumUI-for-mac.zip

0 commit comments

Comments
 (0)