[infra] Don't fail fast (#953)

diff --git a/.github/workflows/native.yaml b/.github/workflows/native.yaml
index 0bec511..2bde0b3 100644
--- a/.github/workflows/native.yaml
+++ b/.github/workflows/native.yaml
@@ -28,6 +28,7 @@
 jobs:
   build:
     strategy:
+      fail-fast: false
       matrix:
         os: [ubuntu, macos, windows]
         sdk: [stable, dev]