We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c131384 commit 67c56dfCopy full SHA for 67c56df
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
image: ubuntu-20.04
23
cmake-args: -G "Unix Makefiles"
24
- name: darwin64
25
- image: macos-12
+ image: macos-13
26
cmake-args: -G "Unix Makefiles" -D CMAKE_OSX_ARCHITECTURES=x86_64
27
runs-on: ${{ matrix.image }}
28
steps:
0 commit comments