Skip to content

Commit 08d68a5

Browse files
authored
Test concurrency on macOS 12 (#752)
1 parent 491f8a2 commit 08d68a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-swift-concurrency.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test concurrency APIs on macOS
1+
name: Test concurrency APIs on macOS 12
22

33
on:
44
push:
@@ -7,11 +7,11 @@ on:
77
branches: [ main ]
88

99
env:
10-
MONGODB_VERSION: 5.0.6
10+
MONGODB_VERSION: 5.0.8
1111

1212
jobs:
1313
test-concurrency:
14-
runs-on: macos-latest
14+
runs-on: macos-12
1515

1616
steps:
1717
- name: Check out

0 commit comments

Comments
 (0)