Skip to content

Commit

Permalink
Change ubuntu-latest to macos-latest in 'Create release' pipeline (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad authored Aug 14, 2022
1 parent 603672c commit 24f4de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
jobs:
create_release:
name: Release
runs-on: ubuntu-latest
# For some reason build requires OS X 64-bit with Node.js 17.x
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
# For some reason node 16, which is installed by default, failed here
- uses: actions/setup-node@v3
with:
node-version: 17
Expand Down

0 comments on commit 24f4de0

Please sign in to comment.