Browse Source

Use ubuntu-18.04 for win32 CI builds

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
c3a5fa24f8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@@ -234,7 +234,7 @@ jobs:
*-macOS.pkg

win32:
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:


Loading…
Cancel
Save