Skip to content

Commit

Permalink
DOC: Update versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Sep 18, 2023
1 parent 4ed76f1 commit e2aa399
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 e2aa399

Please sign in to comment.