Skip to content

Commit ba1734f

Browse files
committed
Update GitHub Actions workflow to use 'ubuntu-24.04' for the build environment
1 parent f51ee32 commit ba1734f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/service_docker-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434

3535
jobs:
3636
setup-matrix:
37-
runs-on: depot-ubuntu-24.04
37+
runs-on: ubuntu-24.04
3838
outputs:
3939
php-version-map-json: ${{ steps.get-php-versions.outputs.php-version-map-json }}
4040
steps:

0 commit comments

Comments
 (0)