Skip to content

Commit fb7b849

Browse files
committed
runner touch up
1 parent 5429f97 commit fb7b849

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/hipo-fetch.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
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: |
@@ -75,7 +80,7 @@ jobs:
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]

0 commit comments

Comments
 (0)