From 94079f3b0797cee11b40167b6e651f3912f619a1 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Wed, 26 Mar 2025 22:25:22 +0000 Subject: [PATCH] Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label --- .github/workflows/continuousIntegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuousIntegration.yml b/.github/workflows/continuousIntegration.yml index ceb0e0e..3200393 100644 --- a/.github/workflows/continuousIntegration.yml +++ b/.github/workflows/continuousIntegration.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-20.04-4core + runs-on: 'ubuntu-24.04'-4core steps: - uses: actions/checkout@v3