Skip to content

Commit

Permalink
remove windows for i386
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Dec 11, 2023
1 parent a8623d7 commit ad50f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
with:
nim-branch: "['version-1-6','version-2-0', 'devel']"
cpu: "['i386']"
exclude: "[{'platform': {'os':'macos'}}]"
exclude: "[{'platform': {'os':'macos'}}, {'platform': {'os':'windows'}}]"

0 comments on commit ad50f83

Please sign in to comment.