We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19038ce commit fa69fe1Copy full SHA for fa69fe1
1 file changed
.github/workflows/main_ci.yml
@@ -33,7 +33,7 @@ jobs:
33
options: --user root
34
35
steps:
36
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
37
- name: Create Build Environment
38
run: cmake -E make_directory build
39
- name: Configure
@@ -59,7 +59,7 @@ jobs:
59
runs-on: macos-11
60
61
62
63
- uses: maxim-lobanov/setup-xcode@v1
64
with:
65
xcode-version: ${{matrix.xcode}}
@@ -86,7 +86,7 @@ jobs:
86
runs-on: windows-2022
87
88
89
90
91
92
0 commit comments