Update to the latest icicle version

This commit is contained in:
Duncan Ogilvie
2023-08-11 16:48:26 +02:00
parent e7da0ae970
commit 30f33f98d3
10 changed files with 462 additions and 376 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
with:
@@ -48,7 +48,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
target: [x64, x86]
target: [x64]
steps:
- uses: actions/checkout@v3
with: