Skip to content

Commit

Permalink
Update NodeJS, downgrade macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
paveloom committed Nov 11, 2022
1 parent 2892527 commit 9916cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build & Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x]
node-version: [16.x]
os:
- ubuntu-latest
- macos-latest
- macos-11
- windows-latest
steps:
- name: Checkout the repository
Expand All @@ -45,7 +45,7 @@ jobs:
if: startsWith(runner.os, 'mac')
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "12.4.0"
xcode-version: 12.4.0
- name: Download blockchain headers
run: |
mkdir -p ./static/daemon
Expand Down

0 comments on commit 9916cf0

Please sign in to comment.