File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 5151 - name : Create Build Environment
5252 run : cmake -E make_directory ${{runner.workspace}}/build
5353
54+ - name : Install 32-bit deps
55+ run : |
56+ sudo apt-get update
57+ sudo apt-get install -y gcc-multilib g++-multilib libc6-dev-i386
58+
5459 - name : Configure CMake
5560 working-directory : ${{runner.workspace}}/build
5661 run : |
7580 ctest --parallel --timeout 300 --output-on-failure ubuntu_32:
7681
7782 ubuntu_32_arm :
78- runs-on : ubuntu-latest -arm
83+ runs-on : ubuntu-24.04 -arm
7984 strategy :
8085 matrix :
8186 # config: [Release, Debug]
@@ -114,7 +119,7 @@ jobs:
114119 ctest --parallel --timeout 300 --output-on-failure
115120
116121 windows :
117- runs-on : windows-latest, windows-latest -arm
122+ runs-on : [ windows-latest, windows-11 -arm]
118123 strategy :
119124 matrix :
120125 config : [Release]
You can’t perform that action at this time.
0 commit comments