Skip to content

Commit 28c1609

Browse files
committed
github: Build on Ubuntu 22.04 instead of Ubuntu 20.04
Github actions no longer provide runners with Ubuntu 20.04.
1 parent 291866b commit 28c1609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
linux:
6767
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
6868
needs: [prepare]
69-
runs-on: ubuntu-20.04
69+
runs-on: ubuntu-22.04
7070
steps:
7171
- uses: actions/checkout@v4
7272
- name: Build
@@ -109,7 +109,7 @@ jobs:
109109
linux-cross-aarch64:
110110
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
111111
needs: [linux, prepare]
112-
runs-on: ubuntu-20.04
112+
runs-on: ubuntu-22.04
113113
steps:
114114
- uses: actions/checkout@v4
115115
- name: Build

0 commit comments

Comments
 (0)