diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f65a8da..ba42c5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: deno lint test: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Setup repo uses: actions/checkout@v2 diff --git a/CMakeLists.txt b/CMakeLists.txt index d73e250..03acb84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,6 @@ target_link_libraries( target_link_options( ${NAME} PRIVATE - "-Wl" "-undefined" "dynamic_lookup" )