Skip to content

Commit 2fab1e0

Browse files
committed
Fix OS and temporal version
1 parent 1841640 commit 2fab1e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-latest, macos-12, macos-latest, windows-latest]
14+
os: [ubuntu-latest, macos-12, macos-latest]
1515
# Earliest and latest supported
1616
rubyVersion: ["3.1", "3.3"]
1717
runs-on: ${{ matrix.os }}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'temporalio', path: '../temporal-sdk-ruby'
5+
gem 'temporalio'
66

77
group :development do
88
gem 'minitest'

0 commit comments

Comments
 (0)