File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66jobs :
77 build-and-test :
88 name : Build/Test
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-22 .04
1010 services :
1111 postgres :
12- image : postgis/postgis:11-2.5
12+ image : postgis/postgis:13-3.2
1313 env :
1414 POSTGRES_USER : postgres
1515 POSTGRES_PASSWORD : postgres
2424 - name : Use Node.js
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : ' 20.x '
27+ node-version : 20.15.1
2828
2929 - name : Configure sysctl limits
3030 run : |
3636 - name : Runs Elasticsearch
3737 uses : miyataka/elastic-github-actions/elasticsearch@feature/plugin_support
3838 with :
39- stack-version : 8.9.0
39+ stack-version : 8.15.3
4040 plugins : analysis-kuromoji
4141
4242 - name : Elasticsearch is reachable
Original file line number Diff line number Diff line change 66jobs :
77 pre-build :
88 name : Pre-build
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-22 .04
1010 steps :
1111 - uses : fkirc/skip-duplicate-actions@master
1212 with :
Original file line number Diff line number Diff line change 1717 build-and-push-dev-docker-image :
1818 name : Build/Push Dev Docker Image
1919 needs : pre-build
20- runs-on : ubuntu-20 .04
20+ runs-on : ubuntu-22 .04
2121 steps :
2222 - uses : actions/checkout@v4
2323
6262 refresh-dev-staging-deployment :
6363 name : Refresh Dev Staging Deployment
6464 needs : build-and-push-dev-docker-image
65- runs-on : ubuntu-20 .04
65+ runs-on : ubuntu-22 .04
6666 steps :
6767 - name : Refresh Dev inaturalistapi
6868 uses : actions/github-script@v6
8989 name : Notify Slack
9090 needs : build-and-push-dev-docker-image
9191 if : ${{ success() || failure() }}
92- runs-on : ubuntu-20 .04
92+ runs-on : ubuntu-22 .04
9393 steps :
9494 - uses : iRoachie/slack-github-actions@v2.3.2
9595 if : env.SLACK_WEBHOOK_URL != null
Original file line number Diff line number Diff line change 1616 build-and-push-main-docker-image :
1717 name : Build/Push Main Docker Image
1818 needs : pre-build
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 steps :
2121 - uses : actions/checkout@v4
2222
6565 refresh-main-staging-deployment :
6666 name : Refresh Main Staging Deployment
6767 needs : build-and-push-main-docker-image
68- runs-on : ubuntu-20 .04
68+ runs-on : ubuntu-22 .04
6969 steps :
7070 - name : Refresh Main inaturalistapi
7171 uses : actions/github-script@v6
9292 name : Notify Slack
9393 needs : build-and-push-main-docker-image
9494 if : ${{ success() || failure() }}
95- runs-on : ubuntu-20 .04
95+ runs-on : ubuntu-22 .04
9696 steps :
9797 - uses : iRoachie/slack-github-actions@v2.3.2
9898 if : env.SLACK_WEBHOOK_URL != null
Original file line number Diff line number Diff line change 1111 name : Notify Slack
1212 needs : build-and-test
1313 if : ${{ success() || failure() }}
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-22 .04
1515 steps :
1616 - uses : iRoachie/slack-github-actions@v2.3.2
1717 if : env.SLACK_WEBHOOK_URL != null
You can’t perform that action at this time.
0 commit comments