diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f349b87c..07155708 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,15 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ] + os: + - ubuntu-latest + - ubuntu-24.04 + - ubuntu-22.04 + - ubuntu-20.04 + - macos-latest + - macos-14 + - macos-13 + - macos-12 branch: # - 'master' - 'now' @@ -81,7 +89,15 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ] + os: + - ubuntu-latest + - ubuntu-24.04 + - ubuntu-22.04 + - ubuntu-20.04 + - macos-latest + - macos-14 + - macos-13 + - macos-12 branch: # - 'master' - 'now'