Skip to content

Commit

Permalink
Fix: switch to self hosted workers (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan-rajoria authored Nov 4, 2024
1 parent 5ba59b4 commit 2654eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-meson.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Upload blint-db 0.1.0
name: Build and Upload meson blint-db 0.1.0

on:
schedule:
Expand All @@ -10,7 +10,7 @@ env:

jobs:
builder:
runs-on: [self-hosted, ubuntu-latest]
runs-on: self-hosted
permissions:
contents: write
packages: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Upload blint-db 0.1.0
name: Build and Upload vcpkg blint-db 0.1.0

on:
schedule:
Expand All @@ -10,7 +10,7 @@ env:

jobs:
builder:
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 2654eb0

Please sign in to comment.