Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zwkno1 committed May 26, 2024
1 parent ae2f21d commit cfa082c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4

- name: Install g++
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
add-apt-repository -y ppa:ubuntu-toolchain-r/test
apt-get install -y gcc-$GCC_VERSION g++-$GCC_VERSION
- name: Configure CMake
Expand Down

0 comments on commit cfa082c

Please sign in to comment.