Skip to content

Commit

Permalink
Build on MacOS (#123)
Browse files Browse the repository at this point in the history
We have Mac targets now and they can only be built on a Mac. Linux and Windows can also be built on Mac.
  • Loading branch information
JakeWharton authored Feb 20, 2023
1 parent 3f4606a commit 60a1dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 60a1dbb

Please sign in to comment.