.github/workflows/test_on_macos.yml in duckdb-0.9.2 vs .github/workflows/test_on_macos.yml in duckdb-0.9.2.1
- old
+ new
@@ -1,11 +1,11 @@
name: MacOS
on:
- # push:
- # branches:
- # - main
+ push:
+ branches:
+ - main
pull_request:
types:
- opened
- synchronize
- reopened
@@ -13,10 +13,10 @@
jobs:
test:
runs-on: macos-latest
strategy:
matrix:
- ruby: ['2.7.8', '3.0.6', '3.1.4', '3.2.2', '3.3.0-preview3', 'head']
+ ruby: ['2.7.8', '3.0.6', '3.1.4', '3.2.2', '3.3.0-rc1', 'head']
duckdb: ['0.9.2', '0.8.1']
steps:
- uses: actions/checkout@v3