diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e96952..6144bb3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: triplet: x64-linux - os: windows-2019 triplet: x64-windows - - os: macos-10.15 + - os: macos-latest triplet: x64-osx runs-on: ${{ matrix.os }}