mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2024-11-23 14:09:52 +00:00
Merge pull request #44 from jellyfin/renovate/ubuntu-24.x
Update dependency ubuntu to v24
This commit is contained in:
commit
543b32369c
16
.github/workflows/release-build.yaml
vendored
16
.github/workflows/release-build.yaml
vendored
@ -17,7 +17,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Docker:
|
Docker:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
continue-on-error: false # true in prod, false for testing
|
continue-on-error: false # true in prod, false for testing
|
||||||
steps:
|
steps:
|
||||||
- name: "Set dated version for unstable builds"
|
- name: "Set dated version for unstable builds"
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
sudo --preserve-env ./build.py ${{ env.JELLYFIN_VERSION }} docker
|
sudo --preserve-env ./build.py ${{ env.JELLYFIN_VERSION }} docker
|
||||||
|
|
||||||
Debian:
|
Debian:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -163,7 +163,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
Ubuntu:
|
Ubuntu:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -274,7 +274,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
Linux:
|
Linux:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -343,7 +343,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -409,7 +409,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
MacOS:
|
MacOS:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -475,7 +475,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
Portable:
|
Portable:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
continue-on-error: false # true in prod, false for testing
|
continue-on-error: false # true in prod, false for testing
|
||||||
steps:
|
steps:
|
||||||
- name: "Set dated version for unstable builds"
|
- name: "Set dated version for unstable builds"
|
||||||
@ -535,7 +535,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
Nuget:
|
Nuget:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: "Set dated version for unstable builds"
|
- name: "Set dated version for unstable builds"
|
||||||
id: version
|
id: version
|
||||||
|
Loading…
Reference in New Issue
Block a user