summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2025-02-11 13:37:12 -0800
committerWayne Davison <wayne@opencoder.net>2025-02-11 13:37:12 -0800
commit9994933c8ccf7ead27c81fe4ce2eb4e08af20c7f (patch)
tree278d13631cbe98b73504a880bb910c7e3e57595e
parent23d9ead5af0249babf241c5917ea2b22c2754bcb (diff)
-rw-r--r--.github/workflows/ubuntu-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-build.yml b/.github/workflows/ubuntu-build.yml
index 9deb935a..5efadce5 100644
--- a/.github/workflows/ubuntu-build.yml
+++ b/.github/workflows/ubuntu-build.yml
@@ -16,7 +16,7 @@ on:
jobs:
test:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
name: Test rsync on Ubuntu
steps:
- uses: actions/checkout@v4