From 056795c9f1dca9d2d6effdb9518a82ad2c7648c1 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Sun, 23 Feb 2025 12:35:32 -0800 Subject: [PATCH] GHA package.yaml: Update ubuntu-20.04 to ubuntu-22.04 ubuntu-20.04 is deprecated as of 2025-02-01. Brownouts are coming soon, and the image will be completely removed by 2025-04-01. See: https://github.com/actions/runner-images/issues/11101 --- .github/workflows/package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index 157af3c9..30927fc7 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, ubuntu-20.04, ubuntu-22.04-arm, macos-13, macos-14] + os: [windows-2022, ubuntu-22.04, ubuntu-22.04-arm, macos-13, macos-14] steps: - uses: actions/checkout@v4 with: