Skip to content

Commit 04ad109

Browse files
Update CI's (lina-usc#236)
* Bump GHA MacOS Intel Runner to Sonoma Arm64 * set up nightly tests * bump Python version on CIs
1 parent 8302099 commit 04ad109

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test_pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
schedule:
11+
- cron: '0 0 * * *' # Runs at Midnight UTC every day
1012

1113
jobs:
1214
test:
@@ -17,11 +19,11 @@ jobs:
1719
os:
1820
- ubuntu-latest
1921
- macos-latest # arm64 (Apple Silicon)
20-
- macos-13 # latest Intel release
22+
- macos-14 # MacOS Sonoma Arm64 (Apple Silicon)
2123
- windows-latest
2224

2325
steps:
24-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2527
- name: Set up Python 3.9
2628
uses: actions/setup-python@v6
2729
with:

0 commit comments

Comments
 (0)