mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-21 09:05:34 -07:00
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/
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
make:
|
||||
name: Make
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
env:
|
||||
WATCOM: /opt/watcom
|
||||
@@ -130,7 +130,7 @@ jobs:
|
||||
merge:
|
||||
name: Artifacts
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [make, newbasic]
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user