Skip to content

Commit 0a69394

Browse files
authored
ci(macos): s/macos-latest/macos-14/ (#598)
1 parent 9972239 commit 0a69394

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ci-macosx.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ 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
3736

3837
brew upgrade
3938

.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)