Skip to content

Commit 843a415

Browse files
authored
macos-11
1 parent 82625d3 commit 843a415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: '0 16 * * *' # Trigger at 8 AM every day
7+
- cron: '0 14 * * *' # Trigger at 2PM every day
88

99
jobs:
1010
test-quick-dataset-analysis:
@@ -13,7 +13,7 @@ jobs:
1313
SENTRY_OPT_OUT: True
1414
strategy:
1515
matrix:
16-
os: [ubuntu-22.04, macos-10]
16+
os: [ubuntu-22.04, macos-11]
1717
python-version: ['3.9']
1818
steps:
1919
- name: Checkout repository

0 commit comments

Comments
 (0)