Update GH action ubuntu version

This commit is contained in:
David Eisinger
2024-09-26 09:49:46 -04:00
parent 8175a3632e
commit c14f7295e0

View File

@@ -2,7 +2,7 @@ name: Deploy
on: [push, workflow_dispatch] on: [push, workflow_dispatch]
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Git checkout - name: Git checkout
uses: actions/checkout@v2 uses: actions/checkout@v2