Skip to content

Commit

Permalink
Update runners
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Hémery <vincent.hemery@bonitasoft.com>
  • Loading branch information
vhemery committed Jan 9, 2025
1 parent 3e5bfca commit dddafde
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 @@ -8,7 +8,7 @@ jobs:
# do not cancel other builds if one fails
fail-fast: false
matrix:
os: [windows-2019, macos-11]
os: [windows-2022, macos-13]

runs-on: ${{ matrix.os }}
timeout-minutes: 20
Expand All @@ -31,7 +31,7 @@ jobs:
# do not cancel other builds if one fails
fail-fast: false
matrix:
os: [windows-2019, macos-11]
os: [windows-2022, macos-13]

runs-on: ${{ matrix.os }}
timeout-minutes: 20
Expand Down

0 comments on commit dddafde

Please sign in to comment.