Skip to content

Commit 3233b2a

Browse files
committed
feat(ci): use MacOS 15 for Action builds as MacOS 13 is discontinued
1 parent df2d21e commit 3233b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
Build_macOs:
129129
needs: [macos_helper]
130-
runs-on: macos-13
130+
runs-on: macos-15-intel
131131
steps:
132132
- name: Checkout
133133
uses: actions/checkout@v4

0 commit comments

Comments
 (0)