From 85673fb095878f90b27338f8a832d3d34ebaea2b Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 4 Oct 2022 10:43:32 -0400 Subject: [PATCH] read/write Table --- .github/workflows/ci.yml | 2 ++ .github/workflows/cpp-ci.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d9e23d64a..c2a0bed359 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: - runs-on: ubuntu-22.04 cc: gcc-11 cxx: g++-11 + - runs-on: macos-11 + # Pending https://github.com/actions/runner-images/issues/6350 - runs-on: macos-11 cc: gcc-11 cxx: g++-11 diff --git a/.github/workflows/cpp-ci.yml b/.github/workflows/cpp-ci.yml index 0b0345e0b1..e22f826532 100644 --- a/.github/workflows/cpp-ci.yml +++ b/.github/workflows/cpp-ci.yml @@ -18,7 +18,6 @@ jobs: cc: gcc-11 cxx: g++-11 # Pending https://github.com/actions/runner-images/issues/6350 - # - runs-on: macos-12 - runs-on: macos-11 cc: gcc-11 cxx: g++-11