Skip to content

Commit 2bb83c6

Browse files
committed
ci(macos): s/macos-latest/macos-13/
Workaround-for: actions/runner-images#9663
1 parent c17cdd0 commit 2bb83c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
build:
1616
name: Build learn-ocaml on macOS
17-
runs-on: macos-latest
17+
runs-on: macos-13
1818
steps:
1919
- name: Check out the repo
2020
uses: actions/checkout@v3

0 commit comments

Comments
 (0)