Change github actions linux runner image to ubuntu-24.04

Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
Anjan Roy
2024-09-02 23:38:32 +04:00
parent 43aad07071
commit a52a5de8b8

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-24.04, macos-latest]
compiler: [g++, clang++]
steps: