Skip to content

Commit

Permalink
wip(ci): macos -> ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Aug 24, 2023
1 parent f86e288 commit 54128a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wdi5-tests_fe-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
tests:
runs-on: macos-latest
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wdi5-tests_js-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
tests:
runs-on: macos-latest
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down

0 comments on commit 54128a6

Please sign in to comment.