davideisinger.com

My personal website
Log | Files | Refs | README

commit c14f7295e0804c13b0d348f105dc0181ef457d4b
parent 8175a3632eaeaea79f8971c88f951cc93279533e
Author: David Eisinger <[email protected]>
Date:   Thu, 26 Sep 2024 09:49:46 -0400

Update GH action ubuntu version

Diffstat:
M.github/workflows/deploy.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy on: [push, workflow_dispatch] jobs: deploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Git checkout uses: actions/checkout@v2