File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818
1919 formatting :
2020 if : github.event.pull_request.draft == false
21- runs-on : ubuntu-20.04
21+ runs-on : ubuntu-latest
2222 container :
23- image : faasm/cpython:0.2.1
23+ image : faasm/cpython:0.2.2
2424 steps :
2525 - name : " Fetch code"
2626 uses : actions/checkout@v3
@@ -35,13 +35,13 @@ jobs:
3535
3636 build :
3737 if : github.event.pull_request.draft == false
38- runs-on : ubuntu-20.04
38+ runs-on : ubuntu-latest
3939 env :
4040 HOST_TYPE : ci
4141 REDIS_QUEUE_HOST : redis
4242 REDIS_STATE_HOST : redis
4343 container :
44- image : faasm/cpython:0.2.1
44+ image : faasm/cpython:0.2.2
4545 services :
4646 redis :
4747 image : redis
Original file line number Diff line number Diff line change 1- FROM faasm/cpp-sysroot:0.2.0
1+ FROM faasm/cpp-sysroot:0.2.1
22ARG FAASM_PYTHON_VERSION
33
44SHELL ["/bin/bash" , "-c" ]
Original file line number Diff line number Diff line change 1- 0.2.1
1+ 0.2.2
You can’t perform that action at this time.
0 commit comments