Skip to content

Commit f6aeb1b

Browse files
authored
Bump to ubuntu:22.04 (#23)
* gh: bump code version * docker: bump cpp-sysroot version * gha: use ubuntu-latest around
1 parent cd385fe commit f6aeb1b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM faasm/cpp-sysroot:0.2.0
1+
FROM faasm/cpp-sysroot:0.2.1
22
ARG FAASM_PYTHON_VERSION
33

44
SHELL ["/bin/bash", "-c"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

0 commit comments

Comments
 (0)