Skip to content

Commit

Permalink
Update build-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Oct 24, 2021
1 parent 4d51018 commit 34e7caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Package
on: [workflow_dispatch]
jobs:
buildMac:
runs-on: macos-latest
runs-on: macos-11
env:
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 34e7caf

Please sign in to comment.