Skip to content

Commit 6a1167e

Browse files
committed
ci: upgrade fpm versions tested and GCC on MacOS
1 parent 4eeb1dd commit 6a1167e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-workflow.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
fpm-version: ['v0.1.0','v0.1.1','latest']
10+
fpm-version: ['v0.8.0', 'v0.9.0', 'latest']
1111
node-version: ['20.x']
1212

1313
steps:
@@ -19,6 +19,11 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121

22+
- name: MacOS system setup
23+
if: runner.os == 'macOS'
24+
run: |
25+
brew install gcc@10
26+
2227
- name: Install dependencies
2328
run: npm ci
2429

0 commit comments

Comments
 (0)