Skip to content

Commit 60a1dbb

Browse files
authored
Build on MacOS (#123)
We have Mac targets now and they can only be built on a Mac. Linux and Windows can also be built on Mac.
1 parent 3f4606a commit 60a1dbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: macos-latest
1515

1616
steps:
1717
- uses: actions/checkout@v3

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-latest
10+
runs-on: macos-latest
1111

1212
steps:
1313
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)