From 478386a88fbeb879746ffa156d4f45c50272e061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Fri, 12 Jan 2024 17:48:43 +0100 Subject: [PATCH] Update and rename compatibility-os-windows.yml to compatibility-os-mac.yml --- ...ompatibility-os-windows.yml => compatibility-os-mac.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{compatibility-os-windows.yml => compatibility-os-mac.yml} (95%) diff --git a/.github/workflows/compatibility-os-windows.yml b/.github/workflows/compatibility-os-mac.yml similarity index 95% rename from .github/workflows/compatibility-os-windows.yml rename to .github/workflows/compatibility-os-mac.yml index b8ee187ad..c7b606f80 100644 --- a/.github/workflows/compatibility-os-windows.yml +++ b/.github/workflows/compatibility-os-mac.yml @@ -1,4 +1,4 @@ -name: "OS: macOS" +name: "Compatibility: macOS" on: push: @@ -11,12 +11,12 @@ on: jobs: test: - name: Install commands + name: "Compatibility: macOS" runs-on: macos-latest steps: - uses: actions/checkout@master - - name: Install awscli and awsebcli + - name: Install Elixir run: | brew update brew install elixir