Skip to content

Commit

Permalink
workflows: update to latest versions
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Dec 19, 2024
1 parent cacdb9f commit 7610fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ jobs:
uses: uraimo/[email protected]
with:
arch: aarch64
distro: ubuntu24.04
distro: ubuntu-latest
run: |
apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
cmake \
file \
make
make
export CC=${{ env.compiler }}
cmake -DCFL_TESTS=On .
make all
Expand Down

0 comments on commit 7610fe9

Please sign in to comment.