Skip to content

Commit

Permalink
github: ci: switch to ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
  • Loading branch information
Noltari committed Apr 16, 2024
1 parent c8a4bc5 commit 9d0df32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: CI

on: [push, pull_request]
on:
- push
- pull_request

jobs:
CI:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: 'Check out code'
uses: actions/checkout@v4
Expand Down

0 comments on commit 9d0df32

Please sign in to comment.