ci: Update ubuntu runners (#139)

Ubuntu 20.04 is no longer supported, so update to newest version.
This commit is contained in:
Cameron Martin 2025-06-26 21:50:27 +01:00 committed by GitHub
parent b5407e710b
commit ea265b44cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,10 +14,10 @@ jobs:
matrix:
target:
- name: linux-amd64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
extension: ""
- name: linux-arm64
runs-on: ubuntu-22.04-arm
runs-on: ubuntu-24.04-arm
extension: ""
- name: windows-amd64
runs-on: windows-2019