Skip to content

Commit

Permalink
chore: Up minimum GN version to 2021.03
Browse files Browse the repository at this point in the history
  • Loading branch information
timniederhausen committed Mar 11, 2024
1 parent f4ced1c commit 5926b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ clone_folder: c:\projects\gn-build\build
shallow_clone: true

environment:
GN_WIN_URL: https://github.com/timniederhausen/gn/releases/download/2020.03/gn-win-amd64.zip
GN_WIN_URL: https://github.com/timniederhausen/gn/releases/download/2021.03/gn-win-amd64.zip

matrix:
- GN_ARGS: "visual_studio_version=\\\"2013\\\""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
NINJA_BASE_URL: https://github.com/ninja-build/ninja/releases/download/
GN_BASE_URL: https://github.com/timniederhausen/gn/releases/download/2020.09/
GN_BASE_URL: https://github.com/timniederhausen/gn/releases/download/2021.03/

jobs:
posix:
Expand Down

0 comments on commit 5926b4b

Please sign in to comment.