Skip to content

Commit

Permalink
use old image to be able to build and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkropp committed Nov 8, 2023
1 parent bc05d8f commit 3c5fd5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cli": {
"version": ">= 0.53.1"
"version": ">= 0.56.0"
},
"build": {
"development": {
Expand All @@ -17,7 +17,7 @@
"APP_ID": "1:***REMOVED***:web:***REMOVED***"
},
"ios": {
"image": "latest"
"image": "macos-monterey-12.4-xcode-13.4"
}
},
"preview": {
Expand All @@ -33,7 +33,7 @@
"APP_ID": "1:***REMOVED***:web:***REMOVED***"
},
"ios": {
"image": "latest"
"image": "macos-monterey-12.4-xcode-13.4"
}
},
"production": {
Expand All @@ -48,7 +48,7 @@
"APP_ID": "1:***REMOVED***:web:***REMOVED***"
},
"ios": {
"image": "latest"
"image": "macos-monterey-12.4-xcode-13.4"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prototypsthlm/marine-plastic-app",
"version": "1.0.13",
"version": "1.0.14",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"engines": {
Expand Down

0 comments on commit 3c5fd5d

Please sign in to comment.