diff --git a/.github/workflows/bat.yml b/.github/workflows/bat.yml index 8a6c675..c8dad07 100644 --- a/.github/workflows/bat.yml +++ b/.github/workflows/bat.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest,windows-latest] + os: [ubuntu-latest,macos-13] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4