Skip to content

Commit ee09427

Browse files
committed
ci(publish-builds): 🔧 simplify build matrix config
Removed explicit operating system pairing from build matrix in publish-builds.yml. Now only runtime identifiers are specified, relying on default or implicit OS selection for each build. This streamlines configuration and reduces redundancy.
1 parent cf26a9c commit ee09427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runtimeIdentifier: linux-x64
3535
- operatingSystem: macos-latest
3636
runtimeIdentifier: osx-arm64
37-
- operatingSystem: macos-13
37+
- operatingSystem: macos-15-intel
3838
runtimeIdentifier: osx-x64
3939
- operatingSystem: windows-latest
4040
runtimeIdentifier: win-arm64

0 commit comments

Comments
 (0)