Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Apr 22, 2024
1 parent d4906ca commit 560f316
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,30 +74,6 @@ jobs:
compiler_version: 13,
libcxx: false
}
#gcc-12
- {
prefix: "Linux",
os: ubuntu-latest,
compiler_name: "gcc",
compiler_version: 12,
libcxx: false
}
#gcc-11
- {
prefix: "Linux",
os: ubuntu-latest,
compiler_name: "gcc",
compiler_version: 11,
libcxx: false
}
#gcc-10
- {
prefix: "Linux",
os: ubuntu-latest,
compiler_name: "gcc",
compiler_version: 10,
libcxx: false
}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 560f316

Please sign in to comment.