diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0faa767..976853b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,11 +45,11 @@ jobs: CC: gcc version: "10" type: Release - - os: ubuntu-20.04 + - os: ubuntu-22.04 CC: gcc version: "11" type: Debug - - os: ubuntu-20.04 + - os: ubuntu-22.04 CC: gcc version: "11" type: Release @@ -61,6 +61,22 @@ jobs: CC: gcc version: "12" type: Release + - os: ubuntu-24.04 + CC: gcc + version: "13" + type: Debug + - os: ubuntu-24.04 + CC: gcc + version: "13" + type: Release + - os: ubuntu-24.04 + CC: gcc + version: "14" + type: Debug + - os: ubuntu-24.04 + CC: gcc + version: "14" + type: Release # Clang - os: ubuntu-20.04 CC: clang