Skip to content

Commit 28ab20a

Browse files
authored
Upgrade to MacOS 13
Trying 13. macos-11 no longer supported
1 parent 2357340 commit 28ab20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build-macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build MacOS 11
1+
name: Build for MacOS
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: macos-11
13+
runs-on: macos-13
1414
env:
1515
release_name: release-darwin-x86_64
1616

0 commit comments

Comments
 (0)