Skip to content

Commit bf77e50

Browse files
committed
ubuntu-18.04 is unsupported
[git-p4: depot-paths = "//dev/main.cpp/": change = 99893]
1 parent 6fb9da7 commit bf77e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020, 2021, Oracle Corporation and/or its affiliates.
1+
# Copyright 2020, 2023, Oracle Corporation and/or its affiliates.
22
#
33
# Licensed under the Universal Permissive License v 1.0 as shown at
44
# https://oss.oracle.com/licenses/upl.
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
build:
27-
runs-on: ubuntu-18.04
27+
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v2

0 commit comments

Comments
 (0)