Skip to content

Commit

Permalink
FFlyCI runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Antosik committed Feb 1, 2024
1 parent 41a58bc commit 8f44404
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-spellcheck-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: extract_branch
- uses: actions/setup-node@v2
with:
node-version: '19'
node-version: '18'
- run: npm ci
working-directory: lib/bin/node-spellchecker
- run: ./build-windows.cmd
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '19'
node-version: '18'
- run: npm ci
working-directory: lib/bin/node-spellchecker
- run: ./build-linux.sh
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '19'
node-version: '18'
- run: npm ci
working-directory: lib/bin/node-spellchecker
- run: ./build-macos-intel.sh
Expand All @@ -81,12 +81,12 @@ jobs:
name: Mac OS (Mx) Binaries
# git is safer if the jobs are sequential
needs: mac-intel-binaries
runs-on: macos-12-large
runs-on: flyci-macos-large-latest-m1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '19'
node-version: '18'
- run: npm ci
working-directory: lib/bin/node-spellchecker
- run: ./build-macos-intel.sh
Expand Down

1 comment on commit 8f44404

@kgantchev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @bartosz-antosik,

My name is Kiril Gantchev, I'm the CEO and co-founder of FlyCI, thank you for giving our Mac runners a try!

We would love to get your feedback and add it to our case studies section. It will highlight your project to our visitors and it will help us grow our community. Are you OK with sharing your feedback and get your project highlighted in our case studies section?

Please sign in to comment.