Skip to content

Commit

Permalink
cleanup gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Sep 2, 2024
1 parent 55b5433 commit 5e0ac81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/push-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 5e0ac81

Please sign in to comment.