From 3686089726048b803e1fe140b36884252ab71ad8 Mon Sep 17 00:00:00 2001 From: Ian Limarta Date: Wed, 17 Apr 2024 11:33:47 -0700 Subject: [PATCH] Revert tag --- .github/workflows/ContinuousIntegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index 98118b61..1b98e636 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - version: ['1', '1.6', 'nightly'] + julia-version: ['1', '1.6', 'nightly'] julia-arch: [x64] os: [ubuntu-latest] steps: