Skip to content

Commit

Permalink
rust.yml comment x86_64-apple-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Nov 4, 2023
1 parent d71fa0b commit 0dd7b5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@ jobs:
- x86_64-unknown-netbsd
# Tier 2 without host tools
# just a few chosen
# - x86_64-sun-solaris # fails due to uapi, see Issue #171
# - x86_64-sun-solaris # fails due to uapi; see Issue #171
# - wasm32-unknown-emscripten
# - aarch64-apple-ios # fails due to missing ios SDK tool `xcrun`
# - aarch64-linux-android # fails due to uapi, see Issue #171
# - aarch64-linux-android # fails due to uapi; see Issue #171
# - wasm32-unknown-unknown
# - wasm32-wasi
# - x86_64-apple-ios
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- aarch64-apple-darwin
# Tier 2 without host tools
- aarch64-apple-ios # fails due to missing ios SDK tool `xcrun`
- x86_64-apple-ios
# - x86_64-apple-ios # fails due to uapi; see Issue #171
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0dd7b5b

Please sign in to comment.