diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8dc0f5f8c..77b99a85f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runtime: [ linux-x64, linux-arm64, win-x64, osx-x64 ] include: - runtime: linux-x64 - os: ubuntu-18.04 + os: ubuntu-latest - runtime: linux-arm64 os: ubuntu-latest diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7402cf3fb..331b2175f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,7 +13,7 @@ jobs: # This workflow contains a single job called "build" lint: # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: