Skip to content

Commit

Permalink
update runners: from self-hosted to github ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian committed Jun 6, 2024
1 parent 2a5f7b6 commit 8fd1c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build:
name: Kheops-compiled Docker ${{ github.event_name }}
runs-on: [self-hosted]
runs-on: [ubuntu-latest]
steps:
- name: Checkout current project repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build:
name: Kheops-compiled Docker ${{ github.event_name }}
runs-on: [self-hosted]
runs-on: [ubuntu-latest]
steps:
- name: Checkout current project repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 8fd1c29

Please sign in to comment.