From 902a392aff2cbc62943ea2b83494e34f541e85b4 Mon Sep 17 00:00:00 2001 From: Giorgi Date: Wed, 23 Aug 2023 22:10:52 +0400 Subject: [PATCH] Revert "Do not run on osx until DuckDB osx nightly builds are fixes." This reverts commit bf682095bfc51c678616d907297377db16694277. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6255764..30280575 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-20.04, windows-latest] + os: [ubuntu-20.04, windows-latest, macos-12] arch: ['amd64'] dotnet-version: ['6.0'] fail-fast: false