Skip to content

Commit fede6aa

Browse files
committed
.github: update to macOS 14
1 parent 09fc16a commit fede6aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: './factor -run=help.lint resource:core resource:basis resource:extra'
2525

2626
build-macos:
27-
runs-on: macos-12
27+
runs-on: macos-14
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: build

.github/workflows/test_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: './factor -run=help.lint resource:core resource:basis resource:extra'
2222

2323
build-macos:
24-
runs-on: macos-12
24+
runs-on: macos-14
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: build

0 commit comments

Comments
 (0)