Skip to content

Commit

Permalink
Upgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed May 10, 2024
1 parent acd0a04 commit 6a413e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/httpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 6a413e8

Please sign in to comment.