Skip to content

Commit

Permalink
Use hosted runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelhetzel committed Sep 14, 2023
1 parent 9a0683b commit b665e58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/commit_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
check:
runs-on:
- self-hosted
- ubuntu-latest
container:
image: ghcr.io/edgeless-project/ci-image:latest
credentials:
Expand All @@ -20,13 +20,14 @@ jobs:
run: cargo test
build:
runs-on:
- self-hosted
- ubuntu-latest
container:
image: ghcr.io/edgeless-project/ci-image:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
steps:
- uses: actions/checkout@v3
- name: Build x64 Release
run: cargo build --release
- name: Upload Binaries
Expand Down

0 comments on commit b665e58

Please sign in to comment.