]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update check_ap2_systemd_full.yml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 31 Oct 2022 10:13:48 +0000 (10:13 +0000)
committerGitHub <noreply@github.com>
Mon, 31 Oct 2022 10:13:48 +0000 (10:13 +0000)
Ask for Ubuntu 22.04 explicitly

.github/workflows/check_ap2_systemd_full.yml

index 3461a4f9e97cfb9c1e51a657f7ca01b63fb03090..780dd3a49c727ce6ae290d56130d0a105bfa930c 100644 (file)
@@ -7,7 +7,7 @@ on:
 jobs:
   build:
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
 
     steps:
     - uses: actions/checkout@v3