Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 09 Jul 2023 14:13:54 UTC Commit: 9af8fc195937265a0302744a37fe76f83873b941 https://github.com/geany/www.geany.org/commit/9af8fc195937265a0302744a37fe76...
Log Message: ----------- CI: Use Ubuntu 22.04 as base system
Modified Paths: -------------- .github/workflows/linting.yml
Modified: .github/workflows/linting.yml 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -27,7 +27,7 @@ on: jobs: Lint: name: Python ${{ matrix.python }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python: ['3.7', '3.8', '3.9', '3.10'] @@ -57,7 +57,7 @@ jobs:
Safety: name: Safety check of dependencies - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04
steps: - uses: actions/checkout@v3
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).