Skip to content

Commit

Permalink
update macos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
konoui committed May 30, 2023
1 parent 09f1b75 commit 2f3d3ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: schedule test

on:
workflow_dispatch:
schedule:
- cron: '0 8 */20 * *'

jobs:
test:
strategy:
matrix:
os: [macos-latest, macos-12, macos-11, macos-10.15]
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
os: [macos-13, macos-12, macos-11]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
Expand Down

0 comments on commit 2f3d3ed

Please sign in to comment.