File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ jobs:
76
76
include :
77
77
- runs-on : ubuntu-22.04
78
78
arch : x86_64
79
- - runs-on : MapLibre_Native_Ubuntu_22_04_ARM_8_core
79
+ - runs-on : ubuntu-22.04-arm
80
80
arch : arm64
81
81
- runs-on : macos-14
82
82
arch : arm64
83
- - runs-on : macos-14-large
83
+ - runs-on : macos-13
84
84
arch : x86_64
85
85
- runs-on : windows-2022
86
86
arch : x86_64
@@ -157,7 +157,8 @@ jobs:
157
157
"PATH=$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Append
158
158
159
159
- name : Setup cmake
160
- if : ${{contains(runner.name, 'GitHub Actions')}}
160
+ # linux arm not supported https://github.com/jwlawson/actions-setup-cmake/issues/79
161
+ if : ${{contains(runner.name, 'GitHub Actions') && matrix.runs-on != 'ubuntu-22.04-arm' }}
161
162
uses : jwlawson/actions-setup-cmake@v2
162
163
with :
163
164
cmake-version : ' 3.31'
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
46
46
include :
47
47
- runs-on : ubuntu-22.04
48
48
arch : x86_64
49
- - runs-on : MapLibre_Native_Ubuntu_22_04_ARM_8_core
49
+ - runs-on : ubuntu-22.04-arm
50
50
arch : arm64
51
51
- runs-on : macos-14
52
52
arch : arm64
53
- - runs-on : macos-14-large
53
+ - runs-on : macos-13
54
54
arch : x86_64
55
55
- runs-on : windows-2022
56
56
arch : x86_64
You can’t perform that action at this time.
0 commit comments