From 3ca49143c057443891b1f31e78c3092ef469af6a Mon Sep 17 00:00:00 2001 From: Piotr Konopka Date: Tue, 8 Apr 2025 17:29:45 +0200 Subject: [PATCH] Update GH runner from deprecated ubuntu-20.04 to ubuntu-24.04 --- .github/workflows/control.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/control.yml b/.github/workflows/control.yml index c8893ee2..e4ebd63b 100644 --- a/.github/workflows/control.yml +++ b/.github/workflows/control.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macOS-latest, ubuntu-20.04] + os: [macOS-latest, ubuntu-24.04] go: [ '1.21.5' ] steps: - uses: actions/checkout@v2