diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b3e3bd..3580673 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,9 +28,9 @@ jobs: strategy: fail-fast: false matrix: - os: + os: # https://github.com/actions/runner-images#available-images - ubuntu-latest - - macos-12 # x64 + - macos-13 # x64 - macos-latest # ARM - windows-latest