Skip to content

Commit ae8438d

Browse files
committed
Update workflows to ubuntu-24.04
1 parent fcffaad commit ae8438d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -65,7 +65,7 @@ jobs:
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'

0 commit comments

Comments
 (0)