From 2a0ae40f1c24da86e9f1b54cb05d5c2f07471e86 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Wed, 21 Aug 2019 15:57:08 +0200 Subject: [PATCH] Remove 32-bit ToDo from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9ee91f2..a16f841 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,6 @@ In no particular order: * Check if a cached version of Julia is available instead of installing it everytime CI runs. * Add version shortcuts like `1.x`, `1.1.x`, `latest` and `lts`. * Add support for nightly Julia builds. -* Support 32-bit Julia on 64-bit windows. * Write some unit tests for the action. * Add CI script that checks if tags have been updated on release. * Hash and signature checks.