Skip to content

Commit 6d62dff

Browse files
committed
Remove Nano S from CI
1 parent bfa16ac commit 6d62dff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools:latest
2222
strategy:
2323
matrix:
24-
target: ["nanos", "nanox", "nanosplus", "stax", "flex"]
24+
target: ["nanox", "nanosplus", "stax", "flex"]
2525
package: [include_gif, testmacro, ledger_secure_sdk_sys, ledger_device_sdk]
2626
steps:
2727
- name: Print Environment variables
@@ -66,7 +66,7 @@ jobs:
6666
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools:latest
6767
strategy:
6868
matrix:
69-
target: ["nanos", "nanox", "nanosplus", "stax", "flex"]
69+
target: ["nanox", "nanosplus", "stax", "flex"]
7070
steps:
7171
- name: Clone
7272
uses: actions/checkout@v4
@@ -95,7 +95,7 @@ jobs:
9595
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools:latest
9696
strategy:
9797
matrix:
98-
target: ["nanos", "nanox", "nanosplus", "stax", "flex"]
98+
target: ["nanox", "nanosplus", "stax", "flex"]
9999
steps:
100100
- name: Clone
101101
uses: actions/checkout@v4

0 commit comments

Comments
 (0)