Skip to content

Commit

Permalink
Merge pull request #52 from flatpak/new-ci
Browse files Browse the repository at this point in the history
Bump to new CI runner (22.04) to try to make CI work again
  • Loading branch information
alexlarsson committed Aug 7, 2023
2 parents 8d87ac1 + e1a35c8 commit 7ee1e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
check:
name: Build with Autotools and gcc, and test
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

clang:
name: Build with clang and analyze
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 7ee1e47

Please sign in to comment.