We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83b4a7 commit ec1ea25Copy full SHA for ec1ea25
1 file changed
.github/workflows/main_ci.yml
@@ -62,7 +62,7 @@ jobs:
62
runs-on: macos-14
63
64
steps:
65
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
66
- uses: maxim-lobanov/setup-xcode@v1
67
with:
68
xcode-version: ${{matrix.xcode}}
@@ -92,7 +92,7 @@ jobs:
92
runs-on: windows-2022
93
94
95
96
- name: Create Build Environment
97
run: cmake -E make_directory build
98
0 commit comments