Skip to content

Commit 54de3d3

Browse files
authored
Change runner to ubuntu-22.04
Updated the runner version and modified the platform matrix.
1 parent a3c2601 commit 54de3d3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
jobs:
2020
build_package:
2121
name: Build package
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323
strategy:
2424
fail-fast: false
2525
matrix:
2626
platform:
27-
- el/7
28-
- debian/buster
29-
- debian/bullseye
27+
#- el/7
28+
#- debian/buster
29+
#- debian/bullseye
3030
- ubuntu/focal
31-
- ubuntu/jammy
31+
#- ubuntu/jammy
3232

3333
steps:
3434
- name: Checkout repository

0 commit comments

Comments
 (0)