diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 682526e..41de02a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: java: [ '8', '17' ] - os: [ 'ubuntu-latest', 'macOS-latest' ] + os: [ 'ubuntu-latest', 'macOS-13' ] steps: - name: checkout the repo