Skip to content

Commit 0954129

Browse files
authored
Bump Ubuntu from 20.04 to 22.04 (#179)
1 parent 287abd8 commit 0954129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
env:
1717
IMAGE_TAG: react-native
1818
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
publish_to_dockerhub:
88
name: Publish to Docker Hub
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
1111
steps:
1212
- name: Check out the repo

0 commit comments

Comments
 (0)