Skip to content

Commit

Permalink
Use GCC 14 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed May 12, 2024
1 parent 5dfc727 commit c60bafa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cpp.yml
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
build-linux:
name: C++ CI
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
analyze-cpp:
name: Analyze C++ Code
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-compiler-linux-x86:
name: Build compiler - Linux/x86_64
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

build-compiler-linux-aarch64:
name: Build compiler - Linux/AArch64
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down

0 comments on commit c60bafa

Please sign in to comment.