Skip to content

Commit

Permalink
Upgrade to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Feb 3, 2025
1 parent 2dc242f commit c3c53aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
jobs:
changes:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
pull-requests: read
outputs:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
project: ${{ fromJSON(needs.changes.outputs.projects) }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c3c53aa

Please sign in to comment.