Skip to content

Commit 6707bc9

Browse files
committed
ci(macos): s/macos-latest/macos-14/
Workaround-for: actions/runner-images#9663
1 parent c17cdd0 commit 6707bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci-macosx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rm -f -r /usr/local/lib/node_modules
3333
rm -f /usr/local/lib/dtrace/node.d
3434
rm -f /usr/local/share/man/man1/node.1
3535
rm -f /usr/local/share/systemtap
36-
brew uninstall node@18
36+
# brew uninstall node@18
3737

3838
brew upgrade
3939

.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-14
1818
steps:
1919
- name: Check out the repo
2020
uses: actions/checkout@v3

0 commit comments

Comments
 (0)