Skip to content

Commit

Permalink
ci: only use gcc7,8 on ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Sep 17, 2024
1 parent cc48f27 commit 00f0f41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ env:
jobs:
build-gcc:
runs-on: ${{matrix.os}}
name: ${{ matrix.os}} ${{ matrix.version }} C++${{ matrix.cpp }}
name: ${{ matrix.os}} gcc${{ matrix.version }} C++${{ matrix.cpp }}
strategy:
fail-fast: false
max-parallel: 4
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
cpp: [17]
version: [7, 8, 9, 10, 11]
version: [9, 10, 11]
include:
- os: ubuntu-22.04
version: 12
- os: ubuntu-20.04
version: [7, 8]
env:
CPP_STANDARD: ${{ matrix.cpp }}
steps:
Expand Down

0 comments on commit 00f0f41

Please sign in to comment.