Skip to content

Commit

Permalink
GitHub Actions: Update Windows and macOS runners to their latest version
Browse files Browse the repository at this point in the history
The Linux runner remains on Ubuntu 20.04 to ensure compiled builds
are compatible with as many distributions as possible.
  • Loading branch information
Calinou committed Jul 7, 2024
1 parent e86106b commit 6884030
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 @@ -32,7 +32,7 @@ jobs:
demo/
windows-x64:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -59,7 +59,7 @@ jobs:
demo/
macos-universal:
runs-on: macos-11
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6884030

Please sign in to comment.