Skip to content

Commit 5044a13

Browse files
authored
Merge pull request #980 from adamralph/update-ci-os
update CI OS
2 parents 092f5f1 + fd546b0 commit 5044a13

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,20 @@ jobs:
1919
framework: net8.0
2020
sdk: "8.0.101"
2121
sdk-major-minor: "8.0"
22-
# current macOS, latest LTS and latest
22+
# old macOS, latest LTS
2323
- job:
2424
os: macos-12
2525
tests:
2626
framework: net8.0
2727
sdk: "8.0.101"
2828
sdk-major-minor: "8.0"
29+
# current macOS, latest LTS and latest
30+
- job:
31+
os: macos-13
32+
tests:
33+
framework: net8.0
34+
sdk: "8.0.101"
35+
sdk-major-minor: "8.0"
2936
# old Linux, latest LTS
3037
- job:
3138
os: ubuntu-20.04

0 commit comments

Comments
 (0)