diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 4cf397565..f31284c68 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -42,7 +42,7 @@ jobs: - rust: "stable" os: macos-latest features: "" - target: "x86_64-apple-darwin" + target: "aarch64-apple-darwin" - rust: "stable" os: ubuntu-latest features: "--all-features" @@ -58,7 +58,7 @@ jobs: - rust: "stable" os: macos-latest features: "--all-features" - target: "x86_64-apple-darwin" + target: "aarch64-apple-darwin" steps: - name: Checkout sources uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 diff --git a/ntpd/src/daemon/keyexchange.rs b/ntpd/src/daemon/keyexchange.rs index 0f84c6873..72f2f399a 100644 --- a/ntpd/src/daemon/keyexchange.rs +++ b/ntpd/src/daemon/keyexchange.rs @@ -780,7 +780,6 @@ mod tests { assert_eq!(len, 16); } - #[cfg(not(target_os = "macos"))] #[tokio::test] async fn key_exchange_connection_limiter() { let provider = KeySetProvider::new(1);