Skip to content

Commit

Permalink
ci: bump ubuntu22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
t0b3 authored Dec 8, 2024
1 parent 361cb24 commit ba122a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on: ["push", "pull_request"]
jobs:
tests:
name: Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout from github
Expand All @@ -43,7 +43,7 @@ jobs:
livetests:
name: Live Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout from github
Expand All @@ -62,7 +62,7 @@ jobs:
scanbuild:
name: Scan Build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout from github
Expand All @@ -76,7 +76,7 @@ jobs:
codecoverage:
name: Code Coverage
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout from github
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
codespell:
name: Codespell
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout from github
Expand Down

0 comments on commit ba122a5

Please sign in to comment.