From b4dbd0d251389018e2afd4c028f3977a94f413c7 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Thu, 27 Mar 2025 22:14:35 +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..a2f4164 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