Skip to content

Commit 794062a

Browse files
RahulHereRahulHere
authored andcommitted
Replace deprecated macos-13 runner with macos-15
GitHub has deprecated macos-13 runner. Updated publish-packages.yml to use macos-15 for x64 macOS testing.
1 parent 4a514d7 commit 794062a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- os: macos-14
7373
platform: darwin-arm64
7474
lib_ext: "dylib"
75-
- os: macos-13
75+
- os: macos-15
7676
platform: darwin-x64
7777
lib_ext: "dylib"
7878
- os: windows-latest

0 commit comments

Comments
 (0)