Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RE3CON committed Nov 26, 2023
1 parent fe7bfa7 commit 35f0e1e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ on:

jobs:
build:
runs-on: ubuntu-22.04

runs-on: ubuntu-latest
steps:
- name: arm-none-eabi-gcc
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '10.3-2021.10'
release: '11.3.Rel1'

- name: Install Python dependencies
run: python3 -m pip install --upgrade pip crcmod
Expand Down

0 comments on commit 35f0e1e

Please sign in to comment.