Skip to content

Commit 9f39855

Browse files
author
Luna
authored
Migrate to supported ubuntu image (#161)
1 parent 48550c0 commit 9f39855

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

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

33
defaults: &defaults
4-
machine: true
4+
machine: ubuntu-2004:202201-02
55
working_directory: ~/project
66

77
aliases:
@@ -12,7 +12,6 @@ aliases:
1212
docker run --rm --name rn-env react-native-community/react-native bin/sh -c "npx envinfo"
1313
1414
jobs:
15-
1615
deploy:
1716
<<: *defaults
1817
steps:

0 commit comments

Comments
 (0)