Browse Source

Merge pull request #23 from ManchildProductions/githubActions_olderUbuntu

GitHub Actions: Use Ubuntu 18.04 for older glibc
release
ManchildProductions GitHub 2 years ago
parent
commit
b4b52682e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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