Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 17, 2024
1 parent 9261486 commit c84abb9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ env:

jobs:
run_tests:
# strategy:
# matrix:
# os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
# fail-fast: false
strategy:
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
fail-fast: false

name: Run tests
runs-on: ${{ matrix.os }}
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,23 @@ jobs:
include:
- target: x86_64-unknown-linux-musl
os: ubuntu-22.04
# - target: aarch64-unknown-linux-musl
# os: ubuntu-22.04
# use-cross: true
- target: aarch64-unknown-linux-musl
os: ubuntu-22.04
use-cross: true
# - target: powerpc64le-unknown-linux-musl
# os: ubuntu-22.04
# use-cross: true
- target: powerpc64le-unknown-linux-gnu
os: ubuntu-latest
os: 8core_ubuntu_latest_runner
use-cross: true
# - target: x86_64-apple-darwin
# os: macos-13
# - target: aarch64-apple-darwin
# os: macos-13
# - target: x86_64-pc-windows-gnu
# os: windows-2022
# - target: x86_64-pc-windows-msvc
# os: windows-2022
- target: x86_64-apple-darwin
os: macos-13
- target: aarch64-apple-darwin
os: macos-13
- target: x86_64-pc-windows-gnu
os: windows-2022
- target: x86_64-pc-windows-msvc
os: windows-2022
env:
#
# These are some environment variables that configure the build so that the binary size is reduced.
Expand Down

0 comments on commit c84abb9

Please sign in to comment.