Skip to content

Commit

Permalink
Don't run the catalina acid test, update macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottkember committed Jun 18, 2022
1 parent 5898d31 commit b039dc8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:

strategy:
matrix:
# os: [macos-10.15] #, windows-latest]
os: [windows-latest]
os: [macos-latest] #, windows-latest]
# os: [macos-10.15, windows-latest]
# os: [windows-latest]

steps:
- name: Check out Git repository
Expand Down Expand Up @@ -54,7 +55,9 @@ jobs:
xcode-select -print-path
sudo xcode-select --reset
xcode-select -print-path
curl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash
# This was a script we were using for double-checking xcode-select was right
# curl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash

- name: Install Node.js, NPM and Yarn for Mac
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit b039dc8

Please sign in to comment.