Skip to content

Commit 7c0b94c

Browse files
authored
Update Github Workflow to use from macOS 13 to macOS 14 (#790)
Reason: macOS 13 will be removed in 4th December on Github.
1 parent 90e0e56 commit 7c0b94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
name: Mac OS Build
99
permissions: write-all
10-
runs-on: macos-13
10+
runs-on: macos-14
1111
steps:
1212
- name: Pulling the new commit
1313
uses: actions/checkout@v2

0 commit comments

Comments
 (0)