diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1a6c1e9de..83a8d286b 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -23,19 +23,10 @@ jobs: os: ubuntu-latest bin: exo cross: true - - target: x86_64-apple-darwin - os: macos-14 - bin: exo - cross: false - target: aarch64-apple-darwin os: macos-14 bin: exo cross: false - # TODO: Enable back when Rust v1.70 is released - # - target: x86_64-pc-windows-msvc - # os: windows-latest - # bin: exo.exe - # cross: false runs-on: ${{ matrix.pair.os }} @@ -78,7 +69,7 @@ jobs: if-no-files-found: error web_client: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/push-tester.yml b/.github/workflows/push-tester.yml index fd4f1fcbf..8a0901434 100644 --- a/.github/workflows/push-tester.yml +++ b/.github/workflows/push-tester.yml @@ -92,8 +92,6 @@ jobs: os: ubuntu-latest - target: x86_64-apple-darwin os: macos-14 - - target: x86_64-pc-windows-msvc - os: windows-latest runs-on: ${{ matrix.pair.os }}