summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2024-03-29 11:04:43 +0100
committerLars-Dominik Braun <lars@6xq.net>2024-03-29 11:04:43 +0100
commit237ac782779bd9b5152bb42ce2bf8deaaccbb5b5 (patch)
tree1f7eef52eb8aef8a8d54ba2355ae07162ce2c27a /.github/workflows/build.yml
parentee735ee68792ab93af5c66368e046a77eec3fc6e (diff)
downloadpianobar-237ac782779bd9b5152bb42ce2bf8deaaccbb5b5.tar.gz
pianobar-237ac782779bd9b5152bb42ce2bf8deaaccbb5b5.tar.bz2
pianobar-237ac782779bd9b5152bb42ce2bf8deaaccbb5b5.zip
ci: Bump to latest ubuntu runner.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 69aeefd..536a7d9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
jobs:
build:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2