Skip to content

Commit ba80948

Browse files
chore(ci): upgrade the macOS environment to macos-12 (#1085)
`macos-10` is deprecated and does not work anymore.
1 parent f6f5108 commit ba80948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
build-macos:
4040
name: Build (macOS)
41-
runs-on: macos-10.15
41+
runs-on: macos-12
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v1

0 commit comments

Comments
 (0)