Merge pull request #797 from kz6fittycent/main

This commit is contained in:
Jakob P. Liljenberg 2024-03-23 01:37:59 +01:00 committed by GitHub
commit a535a6eb92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
name: 🧪 Test snap can be built on x86_64 name: 🧪 Test snap can be built on x86_64
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
@ -28,7 +27,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [16.x] node-version: [20.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View file

@ -6,7 +6,7 @@ description: |
C++ version and continuation of bashtop and bpytop. C++ version and continuation of bashtop and bpytop.
license: Apache-2.0 license: Apache-2.0
base: core20 base: core22
grade: stable grade: stable
confinement: strict confinement: strict
compression: lzo compression: lzo