Skip to content

Commit

Permalink
use ubuntu-latest instead of self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Feb 7, 2024
1 parent 0164acf commit c3bb3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# Builds the Dockerfile and pushes it to dockerhub
release:
name: Release - Docker image
runs-on: ARM64
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

release-root:
name: Release - Docker image
runs-on: ARM64
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c3bb3f8

Please sign in to comment.