Skip to content

Commit

Permalink
Update github workflow runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Sep 20, 2024
1 parent db7387d commit 75ba034
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
checkfmt:
name: Format
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -18,7 +18,7 @@ jobs:

validate:
name: Validate
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -31,7 +31,7 @@ jobs:

docs:
name: Docs
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -56,7 +56,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 75ba034

Please sign in to comment.