Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2024-12-26 10:01:00 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cb7c9336845c82b4f9a4afdac57cb08293224526
cb7c9336
1 parent
7e4cc457
Update macos build target
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
.github/workflows/dart.yaml
.github/workflows/dart.yaml
View file @
cb7c933
...
...
@@ -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
...
...
@@ -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
...
...
Please
register
or
login
to post a comment