Skip to content

Commit 0f6c7d5

Browse files
Fix macOS release build
Accidently switched to incorrect runner in 8246940
1 parent d534808 commit 0f6c7d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- os: ubuntu-20.04
6565
artifact-name: luau-lsp-linux-arm64
6666
code-target: [linux-arm64]
67-
- os: ubuntu-20.04
67+
- os: macos-latest
6868
artifact-name: luau-lsp-macos
6969
code-target: [darwin-x64, darwin-arm64]
7070

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- Fixed macos release build
12+
913
## [1.28.0] - 2024-03-03
1014

1115
### Changed

0 commit comments

Comments
 (0)