@@ -115,6 +115,7 @@ jobs:
115115    #  NOTE: If you add or remove platforms from this matrix, make sure to update
116116    #  the documentation at website/docs/developers/getting-started.mdx
117117    strategy :
118+       fail-fast : false   #  Allow other platforms to continue if one fails
118119      matrix :
119120        os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest] 
120121    runs-on : ${{ matrix.os }} 
@@ -146,6 +147,7 @@ jobs:
146147    #  NOTE: If you add or remove platforms from this matrix, make sure to update
147148    #  the documentation at website/docs/developers/getting-started.mdx
148149    strategy :
150+       fail-fast : false   #  Allow other platforms to continue if one fails
149151      matrix :
150152        os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest] 
151153    runs-on : ${{ matrix.os }} 
@@ -168,6 +170,7 @@ jobs:
168170    #  NOTE: If you add or remove platforms from this matrix, make sure to update
169171    #  the documentation at website/docs/developers/getting-started.mdx
170172    strategy :
173+       fail-fast : false   #  Allow other platforms to continue if one fails
171174      matrix :
172175        os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest] 
173176    runs-on : ${{ matrix.os }} 
@@ -205,6 +208,7 @@ jobs:
205208    #  NOTE: If you add or remove platforms from this matrix, make sure to update
206209    #  the documentation at website/docs/developers/getting-started.mdx
207210    strategy :
211+       fail-fast : false   #  Allow other platforms to continue if one fails
208212      matrix :
209213        os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest] 
210214    runs-on : ${{ matrix.os }} 
0 commit comments