Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 15 Jan 2023 17:10:32 UTC Commit: e2066d4f5f9600b0d8acd0ebeaeddebc93d1f15a https://github.com/geany/geany/commit/e2066d4f5f9600b0d8acd0ebeaeddebc93d1f1...
Log Message: ----------- Use Ubuntu 20.04 for Linux CI builds
Modified Paths: -------------- .github/workflows/build.yml
Modified: .github/workflows/build.yml 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -28,7 +28,7 @@ env: jobs: linux: name: Linux Build (BINRELOC=${{ matrix.binreloc }}) - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04
strategy: fail-fast: false
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).