2023-12-18 20:14:33 +01:00
|
|
|
name: Daily i386
|
2024-08-06 16:24:13 +02:00
|
|
|
|
2023-12-18 20:14:33 +01:00
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: "30 6 * * *"
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
2024-08-06 16:24:13 +02:00
|
|
|
test_i386:
|
|
|
|
name: Daily i386 (Linux)
|
2024-08-23 15:57:08 +02:00
|
|
|
uses: ./.github/workflows/daily_common.yml
|
2023-12-18 20:14:33 +01:00
|
|
|
with:
|
2024-10-31 18:56:13 +01:00
|
|
|
nim: "[{'ref': 'version-1-6', 'memory_management': 'refc'}, {'ref': '8754469f4947844c5938f56e1fba846c349354b5', 'memory_management': 'refc'}, {'ref': 'devel', 'memory_management': 'orc'}]"
|
2023-12-18 20:14:33 +01:00
|
|
|
cpu: "['i386']"
|
|
|
|
exclude: "[{'platform': {'os':'macos'}}, {'platform': {'os':'windows'}}]"
|