From b1e09efa1f3378a0c308a026074a860d519bfa0a Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:33:09 +0800 Subject: [PATCH 1/4] Update action.yaml --- .github/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index d062a65..05446a2 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -10,7 +10,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macOS-13 + - macOS-15 nim-version: - binary:stable - nightly:https://github.com/nim-lang/nightlies/releases/tag/latest-devel From 6f2ff024b2530b867c8444721108944f1f95b9c0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 10 Jan 2026 07:31:31 +0000 Subject: [PATCH 2/4] Initial plan From ed6468b7d37cd07dbb0bc8418944c5313b77e354 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 10 Jan 2026 07:34:40 +0000 Subject: [PATCH 3/4] Fix CI failures: Update to actions/checkout@v6 and macOS-13 Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> --- .github/workflows/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index 05446a2..c4ef9ac 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -10,13 +10,13 @@ jobs: os: - ubuntu-latest - windows-latest - - macOS-15 + - macOS-13 nim-version: - binary:stable - nightly:https://github.com/nim-lang/nightlies/releases/tag/latest-devel steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup nim uses: iffy/install-nim@v5 From c50557188f663c5c07ec21570c75cb14a475bd00 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Sat, 10 Jan 2026 15:37:20 +0800 Subject: [PATCH 4/4] Update .github/workflows/action.yaml --- .github/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index c4ef9ac..fb73a49 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -10,7 +10,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macOS-13 + - macOS-15 nim-version: - binary:stable - nightly:https://github.com/nim-lang/nightlies/releases/tag/latest-devel