fix(ci): Move from self-hosted -> ubuntu-latest (#11205)

This commit is contained in:
Richie Foreman
2025-10-15 10:22:08 -04:00
committed by GitHub
parent 984415f6c7
commit cb1ec755f6

View File

@@ -47,7 +47,7 @@ on:
jobs:
release:
runs-on: 'self-hosted'
runs-on: 'ubuntu-latest'
environment: '${{ github.event.inputs.environment }}'
permissions:
contents: 'write'