Skip to content

Commit

Permalink
update: change actions to use self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucy Ciara Herud-Thomassen authored and Lucy Ciara Herud-Thomassen committed Jan 22, 2026
1 parent be3c1cc commit 7f6673c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand All @@ -23,7 +23,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand All @@ -46,7 +46,7 @@ jobs:

package:
name: Package
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand All @@ -66,7 +66,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down

0 comments on commit 7f6673c

Please sign in to comment.