Skip to content

Commit

Permalink
Use windows-2019 agent (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored Feb 10, 2024
1 parent 8081f00 commit fb0c14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
default: 'false'

env:
version: m116-b54492e-1
version: m116-b54492e-2

jobs:
macos:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

windows:
runs-on: windows-2022
runs-on: windows-2019
strategy:
matrix:
build_type: [Debug, Release]
Expand Down

0 comments on commit fb0c14f

Please sign in to comment.