Skip to content

Commit

Permalink
ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jarkonik committed Nov 2, 2021
1 parent e1ee1aa commit 1a98100
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Continuous integration
jobs:
check:
name: Check
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/install_llvm
Expand All @@ -20,7 +20,7 @@ jobs:

test:
name: Test Suite
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/install_llvm
Expand All @@ -35,7 +35,7 @@ jobs:

fmt:
name: Rustfmt
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -51,7 +51,7 @@ jobs:

clippy:
name: Clippy
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/install_llvm
Expand Down

0 comments on commit 1a98100

Please sign in to comment.