From c50493974edc84f08b5d0cce6bbd29586fcdff33 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 15 Aug 2022 10:22:57 +0100 Subject: ci: rename GitHub CI workflow from `ci` to `macos` to be a bit more explicit about what it covers Reviewed-by: Yonggang Luo Acked-by: Yurii Kolesnykov Part-of: --- .github/workflows/ci.yml | 53 --------------------------------------------- .github/workflows/macos.yml | 53 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 .github/workflows/ci.yml create mode 100644 .github/workflows/macos.yml (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index e0720f20ea8..00000000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,53 +0,0 @@ -name: CI -on: push - -permissions: - contents: read - -jobs: - CI: - runs-on: macos-latest - env: - GALLIUM_DUMP_CPU: true - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Install Dependencies - run: | - cat > Brewfile < native_config < Brewfile < native_config <