File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919 matrix :
2020 platform :
2121 - os_name : linux-x86_64
22- os : ubuntu-20 .04
22+ os : ubuntu-24 .04
2323 target : x86_64-unknown-linux-gnu
2424 - os_name : linux-aarch64
25- os : ubuntu-20 .04
25+ os : ubuntu-24 .04
2626 target : aarch64-unknown-linux-gnu
2727 - os_name : linux-arm
28- os : ubuntu-20 .04
28+ os : ubuntu-24 .04
2929 target : arm-unknown-linux-gnueabi
3030 - os_name : linux-i686
31- os : ubuntu-20 .04
31+ os : ubuntu-24 .04
3232 target : i686-unknown-linux-gnu
3333 - os_name : windows-aarch64
3434 os : windows-latest
6565 - run : echo "${{ secrets.MEMFLOW_REGISTRY_SIGNING_KEY}}" > ec-secp256k1-priv-key.pem
6666 - name : Upload plugin (linux)
6767 run : memflowup --skip-version-check push --token ${{ secrets.MEMFLOW_REGISTRY_TOKEN }} --priv-key ec-secp256k1-priv-key.pem --file target/${{ matrix.platform.target }}/release/lib${{ env. PLUGIN_NAME}}.so
68- if : matrix.platform.os == 'ubuntu-20 .04'
68+ if : matrix.platform.os == 'ubuntu-24 .04'
6969 - name : Upload plugin (windows)
7070 run : memflowup --skip-version-check push --token ${{ secrets.MEMFLOW_REGISTRY_TOKEN }} --priv-key ec-secp256k1-priv-key.pem --file target/${{ matrix.platform.target }}/release/${{ env. PLUGIN_NAME}}.dll
7171 if : matrix.platform.os == 'windows-latest'
You can’t perform that action at this time.
0 commit comments