Skip to content

Commit 1cd91bd

Browse files
committed
Linux Actions
1 parent 3f3a708 commit 1cd91bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/of.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,9 @@ jobs:
327327
strategy:
328328
matrix:
329329
cfg:
330-
- {target: linux, arch: 64, gcc: gcc14}
331-
- {target: linux, arch: 64, gcc: gcc10}
330+
# - {target: linux, arch: 64, gcc: 6}
331+
- {target: linux, arch: 64, gcc: 14}
332+
- {target: linux, arch: 64, gcc: 10}
332333
env:
333334
TARGET: ${{matrix.cfg.target}}
334335
GCC: ${{matrix.cfg.gcc}}

0 commit comments

Comments
 (0)