Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Sep 24, 2023
1 parent 98cba1e commit a93d3b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
check:
runs-on:
labels: movement-runner
labels: ubuntu-latest

steps:
- name: Checkout Repository
Expand All @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.69
toolchain: 1.70

- name: Install build essentials
run: sudo apt-get update && sudo apt-get install -y build-essential
Expand Down

0 comments on commit a93d3b4

Please sign in to comment.