This website works better with JavaScript.
Home
Explore
Help
Sign In
ohtaekwon
/
new-react-native-date-picker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
chore: update runners (
#770
)
master
Henning Hall
1 year ago
committed by
GitHub
parent
1b05df8245
commit
37ceab403e
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build-ios.yml
+1
-1
.github/workflows/test-ios-e2e.yml
+1
-1
.github/workflows/test-js.yml
+ 1
- 1
.github/workflows/build-ios.yml
View File
@ -12,7 +12,7 @@ env:
jobs:
build-ios:
name
:
iOS
runs-on
:
macos-1
3
runs-on
:
macos-1
4
steps:
-
uses
:
actions/checkout@v4
+ 1
- 1
.github/workflows/test-ios-e2e.yml
View File
@ -11,7 +11,7 @@ env:
jobs:
test-ios-e2e:
name
:
iOS - e2e
runs-on
:
macos-1
3
runs-on
:
macos-1
4
environment
:
e2e iOS
steps:
+ 1
- 1
.github/workflows/test-js.yml
View File
@ -7,7 +7,7 @@ on:
jobs:
test-js:
name
:
Javascript
runs-on
:
macos
-latest
runs-on
:
ubuntu
-latest
timeout-minutes
:
5
steps:
Write
Preview
Loading…
Cancel
Save