Skip to content

Commit

Permalink
Fix: switch to dev worker (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan-rajoria authored Nov 4, 2024
1 parent 2654eb0 commit e0f81d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
builder:
runs-on: self-hosted
runs-on: dev1-actions2
permissions:
contents: write
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
builder:
runs-on: self-hosted
runs-on: dev1-actions2
permissions:
contents: write
packages: write
Expand Down

0 comments on commit e0f81d6

Please sign in to comment.