github is deprecating the ubuntu 20.04 actions runner image (#4607)

see https://github.com/actions/runner-images/issues/11101
This commit is contained in:
Glyph 2025-03-05 18:26:00 -08:00 committed by GitHub
parent 3e9dd25dad
commit 9f38928414
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, ubuntu-20.04, macos-latest]
os: [windows-2019, ubuntu-22.04, macos-latest]
include:
- os: windows-2019
pathsep: ";"
asset_name: black_windows.exe
executable_mime: "application/vnd.microsoft.portable-executable"
- os: ubuntu-20.04
- os: ubuntu-22.04
pathsep: ":"
asset_name: black_linux
executable_mime: "application/x-executable"