From d2a0808abf8a7081139d704866ad69e6bf68dd90 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 4 Nov 2025 09:03:09 -0500 Subject: [PATCH 1/3] Try Julia 1.6 as min --- .github/workflows/CI.yml | 5 ++--- Project.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8006cab..63e839a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,6 +13,7 @@ jobs: fail-fast: false matrix: version: + - 'min' - 'lts' - '1' os: @@ -25,8 +26,6 @@ jobs: os: macos-latest arch: aarch64 julia_copy_stacks: 1 - - os: ubuntu-latest - julia_copy_stacks: 1 - os: windows-latest julia_copy_stacks: 0 steps: @@ -34,7 +33,7 @@ jobs: - uses: actions/setup-java@v5 with: distribution: 'zulu' - java-version: '17' + java-version: '21' - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} diff --git a/Project.toml b/Project.toml index 97425fa..9768604 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ WinReg = "1b915085-20d7-51cf-bf83-8f477d6f5128" [compat] DataStructures = "0.17, 0.18, 0.19" WinReg = "0.3.1, 1" -julia = "1" +julia = "1.6" [extras] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" From 86353402b971556a45f858954e4b8ed84e7214ef Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 4 Nov 2025 09:05:41 -0500 Subject: [PATCH 2/3] make sure to set copy stacks for all OSes --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 63e839a..ba67b1f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,6 +25,9 @@ jobs: - version: '1' os: macos-latest arch: aarch64 + - os: macos-latest + julia_copy_stacks: 1 + - os: ubuntu-latest julia_copy_stacks: 1 - os: windows-latest julia_copy_stacks: 0 From 2e409240b1c6802bc6d0bcd9d0501adee49850f7 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 4 Nov 2025 09:19:27 -0500 Subject: [PATCH 3/3] Fix mac --- .github/workflows/CI.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 38be733..4517e49 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,6 @@ jobs: - version: '1' os: macos-latest arch: aarch64 - - os: macos-latest julia_copy_stacks: 1 - os: ubuntu-latest julia_copy_stacks: 1