Skip to content

Commit fdd52fe

Browse files
committed
Update macOS CI version.
1 parent 87852f0 commit fdd52fe

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
@@ -149,7 +149,7 @@ jobs:
149149
) && github.event.head_commit.message) || ''
150150
}}
151151
matrix: |
152-
- { target: x86_64-apple-darwin, os: macos-10.15, deploy: true }
152+
- { target: x86_64-apple-darwin, os: macos-12, deploy: true }
153153
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, cpp: 1, dylib: 1, std: 1, run: 1, runners: native qemu-user qemu-system, deploy: true }
154154
- { target: x86_64-unknown-linux-musl, os: ubuntu-latest, std: 1, run: 1, deploy: true }
155155
- { target: x86_64-pc-windows-msvc, os: windows-2019, deploy: true }

0 commit comments

Comments
 (0)