Skip to content

Commit

Permalink
Pin base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Jan 21, 2025
1 parent a178e77 commit 435d63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: pguyot/arm-runner-action@v2
with:
base_image: raspios_lite_arm64:latest
base_image: raspios_lite_arm64:2023-05-03
image_additional_mb: 1024
commands: |
sudo apt install -y python3 python3-pip python3-venv
Expand Down

0 comments on commit 435d63c

Please sign in to comment.