Skip to content

Commit 21e34ba

Browse files
authored
fixed server macos version
1 parent 14f49dc commit 21e34ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
jobs:
44
test:
55
name: Build
6-
runs-on: macOS-latest
6+
runs-on: macos-15
77
steps:
88
- name: Checkout
99
uses: actions/checkout@v2

0 commit comments

Comments
 (0)