Skip to content

Commit

Permalink
ci: Try ubuntu images
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Feb 6, 2025
1 parent 9091a88 commit 59bf496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sign-commit-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-container-geth:
runs-on: [self-hosted, blockchain, 8-cpu]
runs-on: "ubuntu-latest"
permissions:
contents: read
id-token: write
Expand All @@ -32,7 +32,7 @@ jobs:
push: true

build-container-geth-all:
runs-on: [self-hosted, blockchain, 8-cpu]
runs-on: "ubuntu-latest"
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 59bf496

Please sign in to comment.