Skip to content

Commit

Permalink
test older version on container
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Jan 3, 2025
1 parent c1a750e commit eb4f7d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_make_zpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on:
group: iris_runners
container:
image: ghcr.io/pandablocks/pandablocks-dev-container:latest
image: ghcr.io/pandablocks/pandablocks-dev-container:3.1a3
options: --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test_hdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on:
group: iris_runners
container:
image: ghcr.io/pandablocks/pandablocks-dev-container:latest
image: ghcr.io/pandablocks/pandablocks-dev-container:docs_and_docker
options: --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
tags:
- '*'
branches: [master]
branches: [master, ci_test]

jobs:

Expand Down

0 comments on commit eb4f7d0

Please sign in to comment.