Skip to content

Commit

Permalink
ci: run on ubuntu-latest instead of ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
filnet authored and antiagainst committed Feb 5, 2023
1 parent 5252266 commit d3c65e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
test-linux-stable:
name: Linux (Stable)
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout out repository
uses: actions/checkout@v2
Expand All @@ -39,7 +39,7 @@ jobs:

test-linux-nightly:
name: Linux (Nightly)
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout out repository
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
check:
name: Check
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout out repository
uses: actions/checkout@v2
Expand All @@ -33,7 +33,7 @@ jobs:

fmt:
name: Format
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout out repository
uses: actions/checkout@v1
Expand All @@ -54,7 +54,7 @@ jobs:

clippy:
name: Clippy
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout out repository
uses: actions/checkout@v1
Expand Down

0 comments on commit d3c65e4

Please sign in to comment.