duckdb 1.4.3 → 1.4.4-dev2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -104,7 +104,7 @@ jobs:
|
|
|
104
104
|
|
|
105
105
|
osx-nodejs-arm64:
|
|
106
106
|
name: node.js OSX arm64
|
|
107
|
-
runs-on: macos-
|
|
107
|
+
runs-on: macos-15
|
|
108
108
|
needs: set-up-npm
|
|
109
109
|
continue-on-error: ${{ matrix.node != '20' }}
|
|
110
110
|
strategy:
|
|
@@ -151,7 +151,7 @@ jobs:
|
|
|
151
151
|
|
|
152
152
|
osx-nodejs-x64:
|
|
153
153
|
name: node.js OSX x64
|
|
154
|
-
runs-on: macos-
|
|
154
|
+
runs-on: macos-15-intel
|
|
155
155
|
needs: set-up-npm
|
|
156
156
|
continue-on-error: ${{ matrix.node != '20' }}
|
|
157
157
|
strategy:
|