commit 42da697283e62d853de2fa4df6954f5561e855ba parent 7ba3dff49b56082fa36f2abdc7549fbab18459a6 Author: Sean Enck <sean@ttypty.com> Date: Thu, 5 Dec 2024 19:55:14 -0500 back to latest Diffstat:
| M | .github/workflows/build.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: - - name: ubuntu-24.04 + - name: ubuntu-latest image: null deps: "sudo apt-get update && sudo apt-get install just" display: ubuntu