Skip to content

Commit

Permalink
Update to latest Windows runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Nov 7, 2024
1 parent 0100fab commit 589998e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sys:
- {os: ubuntu-latest}
- {os: macos-13, shell: zsh}
- {os: windows-2019}
- {os: windows-latest}
fail-fast: false
runs-on: ${{ matrix.sys.os }}
env:
Expand Down Expand Up @@ -508,6 +508,6 @@ jobs:
uses: geekyeggo/delete-artifact@v5
with:
name: |
session-build-ubuntu-20.04
session-build-macos-11
session-build-windows-2019
session-build-ubuntu-latest
session-build-macos-13
session-build-windows-latest

0 comments on commit 589998e

Please sign in to comment.