Skip to content

Commit 2d3a3f6

Browse files
authored
workflows: Attempt rollback to Ubuntu 22.04
At least until Ubuntu updates their mingw-w64 to include the fix for this: https://sourceforge.net/p/mingw-w64/bugs/991/
1 parent bcdde78 commit 2d3a3f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
make:
77
name: Make
88

9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010

1111
env:
1212
WATCOM: /opt/watcom
@@ -130,7 +130,7 @@ jobs:
130130
merge:
131131
name: Artifacts
132132

133-
runs-on: ubuntu-latest
133+
runs-on: ubuntu-22.04
134134
needs: [make, newbasic]
135135

136136
steps:

0 commit comments

Comments
 (0)