Skip to content

Commit

Permalink
test with macos env
Browse files Browse the repository at this point in the history
  • Loading branch information
up2code committed Dec 9, 2023
1 parent f1cc967 commit a0f3eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build_android:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Print environment variables
Expand All @@ -19,7 +19,7 @@ jobs:

- name: Get current version
id: increment-version
run: echo "::set-output name=version::$((${{ vars.BASE_VERSION_CODE }} + 1))"
run: echo "::set-output name=version::$((${{ vars.BASE_VERSION_CODE }} + $GITHUB_RUN_NUMBER))"

- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit a0f3eae

Please sign in to comment.