diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a20007b..fd1335a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,20 +14,20 @@ jobs: matrix: include: - platform: linux - os: ubuntu-latest + os: gitea-runner target: x86_64-unknown-linux-gnu artifact_name: rlogg-linux-x86_64 binary_extension: "" - - platform: macos - os: macos-latest - target: x86_64-apple-darwin - artifact_name: rlogg-macos-x86_64 - binary_extension: "" - - platform: windows - os: windows-latest - target: x86_64-pc-windows-msvc - artifact_name: rlogg-windows-x86_64 - binary_extension: ".exe" +# - platform: macos +# os: macos-latest +# target: x86_64-apple-darwin +# artifact_name: rlogg-macos-x86_64 +# binary_extension: "" +# - platform: windows +# os: windows-latest +# target: x86_64-pc-windows-msvc +# artifact_name: rlogg-windows-x86_64 +# binary_extension: ".exe" steps: - name: Checkout code