diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2c2209c..3038d6a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,7 +1,7 @@ name: CI on: [push, pull_request] jobs: - Build: + build: strategy: matrix: os: [ubuntu-latest]