Skip to content

Commit 6a806c0

Browse files
authored
Merge pull request #78 from photon-hq/fix/codex-runner-blacksmith
ci: keep self-release codex job on ubuntu-latest
2 parents 7cb8300 + 7e637a7 commit 6a806c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/self-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
release-info:
2424
needs: check-labels
2525
if: fromJSON(needs.check-labels.outputs.labels).release
26-
runs-on: blacksmith-4vcpu-ubuntu-2404
26+
runs-on: ubuntu-latest
2727
permissions:
2828
contents: read
2929
outputs:

0 commit comments

Comments
 (0)