Skip to content

Commit

Permalink
update GHA os list
Browse files Browse the repository at this point in the history
  • Loading branch information
kfix committed Jul 15, 2024
1 parent 62c8b3e commit 0cf986a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, macos-latest]
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, macos-12]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Install Ubuntu 22 dependencies
if: matrix.os == 'ubuntu-22.04'
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-24.04'
run: |
sudo apt-get update
sudo apt-get install -y libunwind-dev libgoogle-perftools-dev rapidjson-dev
Expand All @@ -35,7 +35,7 @@ jobs:
sudo apt-get install -y libgoogle-perftools-dev rapidjson-dev
- name: Install macOS dependencies
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-12'
run: |
brew install cmake gperftools dpkg rapidjson
Expand Down

0 comments on commit 0cf986a

Please # to comment.