We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291866b commit 28c1609Copy full SHA for 28c1609
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
linux:
67
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
68
needs: [prepare]
69
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
70
steps:
71
- uses: actions/checkout@v4
72
- name: Build
@@ -109,7 +109,7 @@ jobs:
109
linux-cross-aarch64:
110
111
needs: [linux, prepare]
112
113
114
115
0 commit comments