Skip to content

Commit 497e6e9

Browse files
committed
Add tests for new OS
1 parent a6756e1 commit 497e6e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
os: [ubuntu-latest, macos-latest]
2626
swift: ["5.7"]
2727
include:
28+
- os: macos-12
29+
swift: "5.7"
30+
- os: ubuntu-22.04
31+
swift: "5.7"
2832
- os: windows-latest
2933
swift: "5.6.3"
3034
steps:

0 commit comments

Comments
 (0)