Skip to content

Commit

Permalink
Merge pull request #980 from adamralph/update-ci-os
Browse files Browse the repository at this point in the history
update CI OS
  • Loading branch information
adamralph committed Feb 11, 2024
2 parents 092f5f1 + fd546b0 commit 5044a13
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,20 @@ jobs:
framework: net8.0
sdk: "8.0.101"
sdk-major-minor: "8.0"
# current macOS, latest LTS and latest
# old macOS, latest LTS
- job:
os: macos-12
tests:
framework: net8.0
sdk: "8.0.101"
sdk-major-minor: "8.0"
# current macOS, latest LTS and latest
- job:
os: macos-13
tests:
framework: net8.0
sdk: "8.0.101"
sdk-major-minor: "8.0"
# old Linux, latest LTS
- job:
os: ubuntu-20.04
Expand Down

0 comments on commit 5044a13

Please sign in to comment.