Skip to content

Commit

Permalink
Merge pull request #135 from pllim/patch-1
Browse files Browse the repository at this point in the history
DOC: Update versions in README
  • Loading branch information
uraimo committed Sep 18, 2023
2 parents 4ed76f1 + e2aa399 commit bc33f4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ on: [push, pull_request]
jobs:
armv7_job:
# The host should always be Linux
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: Build on ubuntu-18.04 armv7
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Run commands
id: runcmd
Expand Down Expand Up @@ -68,7 +68,7 @@ on: [push, pull_request]
jobs:
build_job:
# The host should always be linux
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}

# Run steps on a matrix of 4 arch/distro combinations
Expand All @@ -85,7 +85,7 @@ jobs:
distro: none
base_image: riscv64/busybox
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Build artifact
id: build
Expand Down

0 comments on commit bc33f4e

Please sign in to comment.