Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pipobscure committed Aug 21, 2023
1 parent d5a5446 commit 2fae1bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -9,7 +9,7 @@ on:
- 'master'
jobs:
build:
runs-on: self-hosted
runs-on: macos-latest
strategy:
matrix:
node-version: [18,20]
Expand Down Expand Up @@ -37,9 +37,9 @@ jobs:
path: fsevents.node
env:
CI: true
test_macos_10:
test_macos:
name: 'Test universal binary on macOS 10.15'
runs-on: macos-10.15
runs-on: macos-latest
needs: build
strategy:
matrix:
Expand Down

0 comments on commit 2fae1bc

Please sign in to comment.