Skip to content

Commit

Permalink
chore: update ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Jun 17, 2024
1 parent 3dd5005 commit ec2fec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/failover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ jobs:
runs-on: ubuntu-latest
env:
CMAKE_GENERATOR: Unix Makefiles
CXX: g++-7
CXX: g++-14
steps:
- name: Checkout source code
uses: actions/checkout@v4

- name: Install gcc7
run: sudo apt install g++-7
- name: Install gcc14
run: sudo apt install g++-14

# Configure build environment/dependencies
- name: Install build dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
runs-on: ubuntu-latest
env:
CMAKE_GENERATOR: Unix Makefiles
CXX: g++-7
CXX: g++-14
steps:
- name: Checkout source code
uses: actions/checkout@v4

- name: Install gcc7
run: sudo apt install g++-7
- name: Install gcc14
run: sudo apt install g++-14

# Configure build environment/dependencies
- name: Install build dependencies
Expand Down

0 comments on commit ec2fec7

Please sign in to comment.