Skip to content

Commit 4abb448

Browse files
authored
add explicit os
1 parent 0122b1e commit 4abb448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
SENTRY_OPT_OUT: True
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest]
16+
os: [ubuntu-22.04, macos-13]
1717
python-version: ['3.9']
1818
steps:
1919
- name: Checkout repository

0 commit comments

Comments
 (0)