Commit 64a5951

Eldred Habert committed on
Update CI images
Ubuntu 20.04 is not supported anymore
commit 64a595170f4ef585c6a68f37cc4b531a65713a03 parent ac4345d
1 changed files +6−6
Modified.github/workflows/build.yml +6−6
@@ -9,15 +9,15 @@ jobs:
9 strategy: 9 strategy:
10 matrix: 10 matrix:
11 os: 11 os:
12 - ubuntu-20.04 12 - ubuntu-24.04
13 - macos-13 13 - macos-14
14 - windows-2019 14 - windows-2025
15 include: 15 include:
16 - os: ubuntu-20.04 16 - os: ubuntu-24.04
17 name: Linux 17 name: Linux
18 - os: macos-13 18 - os: macos-14
19 name: Mac 19 name: Mac
20 - os: windows-2019 20 - os: windows-2025
21 name: Windows 21 name: Windows
22 fail-fast: false 22 fail-fast: false
23 runs-on: ${{ matrix.os }} 23 runs-on: ${{ matrix.os }}