Browse Source

GitHub Actions: Use Ubuntu 18.04 for older glibc

pull/23/head
ManchildProductions 2 years ago
parent
commit
384649bab9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/linux.yaml

+ 1
- 1
.github/workflows/linux.yaml View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
name: ${{ matrix.config.name }}
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
SHELL: bash
GTK: ${{ matrix.config.gtk }}


Loading…
Cancel
Save