Skip to content

Commit

Permalink
update windows release job to windows-2019
Browse files Browse the repository at this point in the history
Summary:
The Windows release job was failing on GitHub because VC++ was too
old. Upgrade the image to windows-2019 to match the regular GitHub
Actions CI.

Reviewed By: fanzeyi, kmancini

Differential Revision: D34588409

fbshipit-source-id: 16fe7776a4cd8abf3dafc81c8584dba6d0811428
  • Loading branch information
chadaustin authored and facebook-github-bot committed Mar 2, 2022
1 parent f56eec3 commit c98f392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
windows-build:
continue-on-error: true
needs: prepare
runs-on: windows-2016
runs-on: windows-2019
steps:
- uses: actions/checkout@v1
- name: Export boost environment
Expand Down

0 comments on commit c98f392

Please sign in to comment.