Skip to content

Commit

Permalink
Update compatibility-os.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jan 12, 2024
1 parent 478386a commit 268c530
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/compatibility-os.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "OS Smoke Tests"
name: "Compatibility: Windows"
on:
push:
branches:
Expand All @@ -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:
Expand Down

0 comments on commit 268c530

Please sign in to comment.