CI/GHAction: run AUR (pre-)release in Ubuntu 20.04 venv and on latest archlinux image

This commit is contained in:
iwilltry42 2021-03-05 14:52:51 +01:00
parent c688391549
commit c5b053a6fd
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ on:
jobs: jobs:
aur-pre-release: aur-pre-release:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
container: archlinux:20200705 container: archlinux:base-20210228.0.16308
steps: steps:
- name: Checkout Project - name: Checkout Project
uses: actions/checkout@v1 uses: actions/checkout@v1

View File

@ -6,8 +6,8 @@ on:
jobs: jobs:
aur-release: aur-release:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
container: archlinux:20200705 container: archlinux:base-20210228.0.16308
steps: steps:
- name: Checkout Project - name: Checkout Project
uses: actions/checkout@v1 uses: actions/checkout@v1