Change runner from depot-ubuntu-24.04 to ubuntu-latest (#18182)

This commit is contained in:
Félix Malfait
2026-02-24 10:17:38 +01:00
committed by GitHub
parent 9a3852bf04
commit 458a61ed30
+1 -1
View File
@@ -11,7 +11,7 @@ on:
jobs:
preview-environment:
timeout-minutes: 310
runs-on: depot-ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Checkout PR
uses: actions/checkout@v4