We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c222dd0 commit 95346c7Copy full SHA for 95346c7
1 file changed
.github/workflows/nim.yml
@@ -11,18 +11,7 @@ jobs:
11
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
12
with:
13
nim-versions: '["version-2-0", "version-2-2"]'
14
- strategy:
15
- matrix:
16
- target:
17
- - os: linux
18
- cpu: amd64
19
- platform: x64
20
- builder: ubuntu-latest
21
- - os: linux-gcc-14
22
23
24
- builder: ubuntu-24.04
25
26
- cpu: i386
27
- platform: x86
28
+ os: linux
+ cpu: amd64
+ platform: x64
+ builder: ubuntu-latest
0 commit comments