Skip to content

Commit 7fe0f70

Browse files
committed
In buildRelease.yml moving to ubuntu-22.04 instead of latest to see if it fixes these random linux arm64 build failures - crashes inside gcc compiler!
1 parent 55e20ea commit 7fe0f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
|| needs.inputs.outputs.force == 'true'
153153
)
154154
155-
runs-on: ubuntu-latest
155+
runs-on: ubuntu-22.04
156156

157157
steps:
158158
# Checkout the actions for this repo owner

0 commit comments

Comments
 (0)