Skip to content

Commit

Permalink
Build using ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoedemakers committed Apr 1, 2024
1 parent a86888c commit 6b9ac20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permissions:
# Build binary and send to releases
jobs:
build-release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Build and create release
steps:

Expand All @@ -44,7 +44,7 @@ jobs:
- name: Update line containing pico_set_program_version() in CMakelists.txt with tag name.
run: |
# Extract the tag name that triggered the event and remove the 'refs/tags/' prefix
cat pico_lib/dvi/dvi.cpp
arm-none-eabi-gcc --version
input_string=${{ github.ref }}
prefix="refs/tags/"
tag="No versioninfo found"
Expand Down

0 comments on commit 6b9ac20

Please sign in to comment.