Skip to content

Commit

Permalink
Update marlin-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trivarialthea authored Mar 24, 2024
1 parent c88d793 commit 2b1d6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/marlin-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:
jobs:
build_and_push:
name: Compile and Push Firmware
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
BOARD: LPC1768

steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile firmware
run: |
Expand Down

0 comments on commit 2b1d6ce

Please sign in to comment.