Skip to content

Commit

Permalink
disabling compiler version 4.12.0 from the ci workflow for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kmemarian committed Jul 5, 2023
1 parent 073951a commit 23265ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
build:
strategy:
matrix:
version: [4.12.0, 4.14.1]
# version: [4.12.0, 4.14.1]
version: [4.14.1]


runs-on: ubuntu-22.04

Expand Down

0 comments on commit 23265ef

Please sign in to comment.