From 268c53034ba5f9ce599cab05e83ab9628bc5258d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Fri, 12 Jan 2024 17:49:59 +0100 Subject: [PATCH] Update compatibility-os.yml --- .github/workflows/compatibility-os.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/compatibility-os.yml b/.github/workflows/compatibility-os.yml index c06dac741..27b973387 100644 --- a/.github/workflows/compatibility-os.yml +++ b/.github/workflows/compatibility-os.yml @@ -1,4 +1,4 @@ -name: "OS Smoke Tests" +name: "Compatibility: Windows" on: push: branches: @@ -10,12 +10,10 @@ on: jobs: test: - runs-on: ${{ matrix.os }} - name: "[${{matrix.os}}] testing latest Credo [OS]" + runs-on: windows-2022 + name: "Compatibility: Windows" strategy: fail-fast: false - matrix: - os: [ubuntu-20.04, windows-2022] # macos-12 (erlef/setup-beam does not work with macOS) steps: - uses: actions/checkout@v4 with: