Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
verify:
name: Verify
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-16core
permissions:
contents: read
steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

docker:
name: Publish Production Image
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-16core
needs: [verify]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
permissions:
Expand Down
Loading