build: use noble
All checks were successful
link / Link assets on Linux (push) Successful in 5m13s

This commit is contained in:
6arelyFuture 2024-06-04 20:13:56 +00:00
parent e3f67e307c
commit 15d074d412

View File

@ -27,7 +27,7 @@ jobs:
- name: Link assets - name: Link assets
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
with: with:
image: ubuntu:mantic image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: | run: |
cd ${{ github.workspace }} cd ${{ github.workspace }}