Skip to content

Commit

Permalink
use gha runners
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Nov 8, 2024
1 parent bfb1737 commit 337efc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
]
include:
- name: web-app-linux
os: [self-hosted, Linux]
os: ubuntu-latest

- name: web-app-macos
os: [self-hosted, macos]
os: macos-14

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build_and_preview:
runs-on: [self-hosted, Linux]
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
Expand Down

0 comments on commit 337efc0

Please sign in to comment.