From f18faa4655ade71b4975f5e1476246b8b3ee19a9 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 16 Apr 2025 03:50:24 -0500 Subject: [PATCH] CI: move to Ubuntu 22.04 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1876c240..e630432aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: #- { name: 'Windows MinGW x86_64', os: ubuntu-20.04, compiler: mingw, arch: x86_64 } - { name: 'macOS x86_64', os: macos-13, arch: x86_64 } - { name: 'macOS ARM', os: macos-latest, arch: arm64 } - - { name: 'Linux x86_64', os: ubuntu-20.04, arch: x86_64 } + - { name: 'Linux x86_64', os: ubuntu-22.04, arch: x86_64 } #- { name: 'Linux ARM', os: ubuntu-18.04, arch: armhf } fail-fast: true