From 218a24e194562449aeffc5a113bb9582b2a87952 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 26 Dec 2024 17:44:49 -0800 Subject: github actions: Bump github actions to use ubuntu 24.04 (Mostly this is to get a newer wolfSSL.) --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ca7ef433..43a5634a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -21,7 +21,7 @@ jobs: - poller: select - poller: poll name: build - runs-on: [ubuntu-latest] + runs-on: [ubuntu-24.04] steps: - name: Check out code uses: actions/checkout@v4 -- cgit v1.2.3-70-g09d2