Skip to content

Commit

Permalink
Merge pull request #397 from futureware-tech/macos-13
Browse files Browse the repository at this point in the history
Update plugin dependencies and release v3
  • Loading branch information
ksheremet authored Oct 22, 2023
2 parents 736249c + 8c4d418 commit bfa03d9
Show file tree
Hide file tree
Showing 12 changed files with 29,413 additions and 17,346 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/print-devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm ci && npm run build
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: ${{ github.repository }}.wiki
path: Wiki
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
build: # make sure build/ci work properly
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
- run: xcrun simctl bootstatus booted
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.0
v20
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3

- Breaking: change the default simulator from "model = iPhone 8" to "os = iOS",
to avoid re-releasing the action each time the current model gets outdated.
- Bump NodeJS to 20.

## v2

- Update a few packages for security reasons.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ self-hosted runners.

```yaml
steps:
- uses: actions/checkout@v2
- uses: futureware-tech/simulator-action@v2
- uses: actions/checkout@v4
- uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 8'
- run: flutter drive
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ outputs:
udid:
description: 'UDID of the launched device, for use with e.g. xcrun command'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/index.js'
Loading

0 comments on commit bfa03d9

Please sign in to comment.