Skip to content

Commit 0e74802

Browse files
authored
chore: fix macos build (#45)
1 parent 25296ea commit 0e74802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
matrix:
8181
# macos-14 is the Apple Silicon M1 runner
82-
platform: [ubuntu-20.04, windows-latest, 'macos-latest', 'macos-14']
82+
platform: [ubuntu-20.04, windows-latest, 'macos-12', 'macos-14']
8383
if: ${{ needs.create-release.outputs.release-published == 'true' }}
8484

8585
steps:

0 commit comments

Comments
 (0)