Skip to content

Commit

Permalink
Update skia to m126-1d69d9b-1 (#51)
Browse files Browse the repository at this point in the history
* Update skia to m126-1d69d9b-1

* Update macos runner to macos-13
  • Loading branch information
eymar authored Aug 2, 2024
1 parent a7775db commit 615c673
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ on:
default: 'false'

env:
version: m116-47d3027-1
version: m126-1d69d9b-1

jobs:
macos:
runs-on: ${{ fromJson('{"macos":"macos-11","ios":"macos-11","iosSim":"macos-11","tvos":"macos-13","tvosSim":"macos-13"}')[matrix.target] }}
runs-on: ${{ fromJson('{"macos":"macos-13","ios":"macos-13","iosSim":"macos-13","tvos":"macos-13","tvosSim":"macos-13"}')[matrix.target] }}
strategy:
matrix:
target: ["macos", "ios", "iosSim", "tvos", "tvosSim"]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Prebuilt binaries can be found [in releases](https://github.com/JetBrains/skia-p
## Building locally

```sh
python3 script/checkout.py --version m116-47d3027-1
python3 script/checkout.py --version m126-1d69d9b-1
python3 script/build.py
python3 script/archive.py --version m116-47d3027-1
python3 script/archive.py --version m126-1d69d9b-1
```

To build a debug build:

```sh
python3 script/checkout.py --version m116-47d3027-1
python3 script/checkout.py --version m126-1d69d9b-1
python3 script/build.py --build-type Debug
python3 script/archive.py --version m116-47d3027-1 --build-type Debug
python3 script/archive.py --version m126-1d69d9b-1 --build-type Debug
```
2 changes: 1 addition & 1 deletion script/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def main():
'skia_enable_tools=false',
'skia_enable_fontmgr_custom_directory=false',
'skia_enable_fontmgr_custom_embedded=true',
'skia_enable_fontmgr_custom_empty=false',
'skia_enable_fontmgr_custom_empty=true',
'skia_use_webgl=true',
'skia_gl_standard="webgl"',
'skia_use_gl=true',
Expand Down

0 comments on commit 615c673

Please sign in to comment.