Skip to content

Commit

Permalink
Update macos build target
Browse files Browse the repository at this point in the history
  • Loading branch information
DavBfr committed Dec 26, 2024
1 parent 7e4cc45 commit cb7c933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: cd printing/example; flutter build -v windows

macos:
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
run: cd printing/example; flutter build -v windows

macos-dev:
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cb7c933

Please sign in to comment.