Skip to content

Commit

Permalink
Update CI to Ubuntu 22.04 and macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jun 4, 2024
1 parent c5cfaa2 commit fa5f4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ jobs:
# To avoid clutter in the GitHub UI, OS versions are not added to the `os`
# dimension directly.
- os: linux
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
- os: macos
runs-on: macos-12
runs-on: macos-14
- os: windows
runs-on: windows-2022

Expand Down

0 comments on commit fa5f4cc

Please sign in to comment.