gitlab: use ubuntu22.04 runners and gpg2

This commit is contained in:
André Roth
2024-02-04 18:05:56 +01:00
parent aeef41bf70
commit a71186bcc3
+3 -3
View File
@@ -21,7 +21,7 @@ env:
jobs: jobs:
build: build:
name: test name: test
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
continue-on-error: false continue-on-error: false
timeout-minutes: 30 timeout-minutes: 30
@@ -60,7 +60,7 @@ jobs:
- name: Install O/S packages - name: Install O/S packages
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y graphviz gnupg1 gnupg2 gpgv1 gpgv2 git gcc make sudo apt-get install -y graphviz gnupg2 gpgv2 git gcc make
- name: Install Python packages - name: Install Python packages
run: | run: |
@@ -97,7 +97,7 @@ jobs:
release: release:
name: release name: release
needs: build needs: build
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3