Skip to content

Commit

Permalink
runs-on updated to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi1150 committed Oct 17, 2024
1 parent d7e726e commit f51857a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:

checks:
name: Checks
runs-on: macos-latest
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
unit-tests:
name: Unit tests
runs-on: macos-latest
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
deploy_firebase_app_tester:
name: Deploy to Firebase App Tester
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_google_play_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
deploy_google_play_internal:
name: Deploy to Google Play Internal
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit f51857a

Please sign in to comment.