diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c0ba1e..d124a97 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-latest ] # , windows-latest ] + os: [ "ubuntu-22.04", "macos-13" ] # , windows-latest ] ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ] name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}