From 671fd1d481018231c090ad0e14c7b662eafa878a Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Wed, 1 Nov 2023 06:42:47 +1100 Subject: [PATCH 1/2] Add string include --- src/cli/cli.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cli/cli.c b/src/cli/cli.c index 3a40b0e7..aea47fb2 100644 --- a/src/cli/cli.c +++ b/src/cli/cli.c @@ -1,3 +1,5 @@ +#include + #include "vm.h" #include "cli.h" From 25aeb6c4d492052fbc1cdbe1647d0da14e141e9e Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Thu, 2 Nov 2023 19:01:54 -0400 Subject: [PATCH 2/2] Update ci.yml Try bumping to latest Mac runner --- .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 5e1fdec7..79e9ca7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: build_and_test_mac: - runs-on: macos-10.15 + runs-on: macos-latest steps: - name: Checkout wren-console uses: actions/checkout@v2