Fix matrix build to use 24.04

migrate-to-meson-build
nirenjan 2024-06-21 12:13:46 -07:00
parent a615662ba0
commit caafb2d93f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-22.04', 'macos-13', 'macos-14']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'macos-13', 'macos-14']
cc: ['gcc', 'clang']
steps: