Skip to content

Commit

Permalink
Update image.yml to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
aktur authored Sep 26, 2023
1 parent 35f75ee commit 7628c30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:

jobs:
build:
runs-on: [ self-hosted, linux, X64 ]
#runs-on: [ self-hosted, linux, X64 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up QEMU
Expand Down

0 comments on commit 7628c30

Please sign in to comment.