Fix macOS arm64 build and release a new version (#1906)

* Revert "Remove workaround for dart-lang/setup-dart#59 (#1904)"

This reverts commit 434f2b99f154c14dc5754ed1566d1b788a3e126a.

* Bump version
This commit is contained in:
Jennifer Thakar 2023-03-10 15:36:32 -08:00 committed by GitHub
parent 8f8138dfab
commit d0ca8e0bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 3 deletions

View File

@ -332,14 +332,20 @@ jobs:
include:
- runner: macos-latest
platform: macos-x64
architecture: x64
- runner: self-hosted
platform: macos-arm64
architecture: arm64
- runner: windows-latest
platform: windows
architecture: x64
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
# Workaround for dart-lang/setup-dart#59
with:
architecture: ${{ matrix.architecture }}
- run: dart pub get
- name: Deploy
run: dart run grinder pkg-github-${{ matrix.platform }}

View File

@ -1,3 +1,7 @@
## 1.59.1
* No user-visible changes.
## 1.59.0
### Command Line Interface

View File

@ -1,3 +1,7 @@
## 6.0.1
* No user-visible changes.
## 6.0.0
* **Breaking change:** All selector AST node constructors now require a

View File

@ -2,7 +2,7 @@ name: sass_api
# Note: Every time we add a new Sass AST node, we need to bump the *major*
# version because it's a breaking change for anyone who's implementing the
# visitor interface(s).
version: 6.0.0
version: 6.0.1
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass
@ -10,7 +10,7 @@ environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
sass: 1.59.0
sass: 1.59.1
dev_dependencies:
dartdoc: ^5.0.0

View File

@ -1,5 +1,5 @@
name: sass
version: 1.59.0
version: 1.59.1
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass