From 595abbb28946bac2538211b2eb0683bb8467c59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Wed, 6 Oct 2021 18:43:52 +0200 Subject: [PATCH] Update bdwgc 8.2.0 --- .github/workflows/win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 456af8b975ca..195fb1bc0ec0 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v2 with: repository: ivmai/bdwgc - ref: 2fd48a92b8bff3afb64b3528ad78b63f033f0436 # master @ 2020-02-13 + ref: v8.2.0 path: bdwgc - name: Download libatomic_ops if: steps.cache-libs.outputs.cache-hit != 'true'