Skip to content

Commit

Permalink
Update matrix build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Aug 25, 2024
1 parent 7b7bce4 commit 7bfa3c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['9', '10', '11', '12', '13', '14']
version: ['9', '10', '11', '12', '13']

env:
CC: gcc-${{ matrix.version }}
Expand All @@ -27,7 +27,8 @@ jobs:

- name: Install compiler
run: |
sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ jammy main universe"
sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update
sudo apt-get install -y g++-${{ matrix.version }} libbsd-dev uuid-dev
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['10', '11', '12', '13', '14', '15', '16', '17']
version: ['11', '12', '13', '14', '15']

env:
CC: clang-${{ matrix.version }}
Expand Down

0 comments on commit 7bfa3c5

Please sign in to comment.