From 28061a166b2241b384baebbfd4e25ddab358c6cd Mon Sep 17 00:00:00 2001 From: Charles Guertin Date: Fri, 2 Aug 2024 19:46:07 -0400 Subject: [PATCH] Update ansible-install.yml --- .github/workflows/ansible-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-install.yml b/.github/workflows/ansible-install.yml index 1f8f984..2bab9cb 100644 --- a/.github/workflows/ansible-install.yml +++ b/.github/workflows/ansible-install.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check out the codebase. uses: actions/checkout@v2