Skip to content

Commit 2c7956f

Browse files
Feezing speculos container version to the one before breaking changes
1 parent 07bfe6b commit 2c7956f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ jobs:
174174
runs-on: ubuntu-latest
175175

176176
container:
177-
image: ghcr.io/ledgerhq/speculos:latest
177+
# As for the test we use v1.6.5 Nano S BTC binary we freeze the last Speculos version supporting this device
178+
image: ghcr.io/ledgerhq/speculos:0.25.5
178179
ports:
179180
- 1234:1234
180181
- 9999:9999

0 commit comments

Comments
 (0)