Skip to content

Commit e43d0fd

Browse files
committed
Update build runner to MacOS 14
1 parent eb5869d commit e43d0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# This workflow contains a single job called "build"
2121
build:
2222
# The type of runner that the job will run on
23-
runs-on: macos-13
23+
runs-on: macos-14
2424

2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:

0 commit comments

Comments
 (0)