Skip to content

Commit

Permalink
Merge pull request #1012 from adamralph/update-gha-os
Browse files Browse the repository at this point in the history
update GHA OS versions
  • Loading branch information
adamralph authored May 25, 2024
2 parents 38681c8 + c1108ad commit 6391889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:
include:
# old macOS, latest LTS
- job:
os: macos-11
os: macos-12
tests:
framework: net8.0
sdk: "8.0.101"
sdk-major-minor: "8.0"
# old macOS, latest LTS
- job:
os: macos-12
os: macos-13
tests:
framework: net8.0
sdk: "8.0.101"
sdk-major-minor: "8.0"
# current macOS, latest LTS and latest
- job:
os: macos-13
os: macos-14
tests:
framework: net8.0
sdk: "8.0.101"
Expand Down

0 comments on commit 6391889

Please sign in to comment.