We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d534808 commit 0f6c7d5Copy full SHA for 0f6c7d5
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
- os: ubuntu-20.04
65
artifact-name: luau-lsp-linux-arm64
66
code-target: [linux-arm64]
67
- - os: ubuntu-20.04
+ - os: macos-latest
68
artifact-name: luau-lsp-macos
69
code-target: [darwin-x64, darwin-arm64]
70
CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## [Unreleased]
8
9
+### Fixed
10
+
11
+- Fixed macos release build
12
13
## [1.28.0] - 2024-03-03
14
15
### Changed
0 commit comments