Skip to content

Commit

Permalink
Merge pull request #307 from jrfnl/feature/ghactions-update-ubuntu
Browse files Browse the repository at this point in the history
GH Actions: update ubuntu images used
  • Loading branch information
greg0ire committed Jan 5, 2023
2 parents 3a48106 + 42e9bf3 commit fade017
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
coding-standards:
name: "Coding Standards"

runs-on: "ubuntu-18.04"
runs-on: "ubuntu-22.04"

strategy:
matrix:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
validate-against-schema:
name: "Validate against schema"

runs-on: "ubuntu-18.04"
runs-on: "ubuntu-22.04"

strategy:
matrix:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
test-report:
name: "Test report"

runs-on: "ubuntu-18.04"
runs-on: "ubuntu-22.04"

strategy:
fail-fast: false
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
test-fixes:
name: "Test fixes"

runs-on: "ubuntu-18.04"
runs-on: "ubuntu-22.04"

strategy:
fail-fast: false
Expand Down

0 comments on commit fade017

Please # to comment.