Skip to content

Commit

Permalink
fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Feb 27, 2025
1 parent c2888d1 commit d07b257
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,31 @@ jobs:
build:
strategy:
matrix:
- os: ubuntu-latest
compiler: gcc
version: "5.0"
- os: ubuntu-latest
compiler: clang
version: "6.0"
- os: ubuntu-latest
compiler: gcc
version: "7.0"
- os: ubuntu-latest
compiler: clang
version: "7.2"
- os: ubuntu-latest
compiler: gcc
version: "7.4"
- os: ubuntu-latest
compiler: clang
version: "unstable"
- os: macos-latest
compiler: gcc
version: "7.4"
- os: macos-latest
compiler: clang
version: "unstable"
include:
- os: ubuntu-latest
compiler: gcc
version: "5.0"
- os: ubuntu-latest
compiler: clang
version: "6.0"
- os: ubuntu-latest
compiler: gcc
version: "7.0"
- os: ubuntu-latest
compiler: clang
version: "7.2"
- os: ubuntu-latest
compiler: gcc
version: "7.4"
- os: ubuntu-latest
compiler: clang
version: "unstable"
- os: macos-latest
compiler: gcc
version: "7.4"
- os: macos-latest
compiler: clang
version: "unstable"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit d07b257

Please sign in to comment.