mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-09-17 00:20:38 +03:00
Switch to ubuntu-latest runner
The ubuntu-20.04 runner is no longer available. Switch to latest so that we don't need to keep updating this as time passes, we don't depend on anything for a specific ubuntu version.
This commit is contained in:
2
.github/workflows/galaxy.yml
vendored
2
.github/workflows/galaxy.yml
vendored
@@ -12,7 +12,7 @@ defaults:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout git repo
|
- name: Checkout git repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Reference in New Issue
Block a user