We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d377e4f commit 6ae382dCopy full SHA for 6ae382d
.github/workflows/CI.yml
@@ -41,6 +41,7 @@ jobs:
41
if: contains(matrix.os, 'macos-14')
42
run: |
43
brew install gcc@12
44
+ gcc-12 --version
45
46
- run: |
47
fpm test
0 commit comments