diff options
author | Daniil Baturin <daniil@baturin.org> | 2023-08-22 16:18:50 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2023-08-22 16:18:50 +0100 |
commit | c257bb2a239fdf32301b0ad9666aff1dc07919a8 (patch) | |
tree | e3ade4d6967eb78c561d4341ce4a33938cf27c15 | |
parent | 76e441442d9a301e4625908f37d8deb736dfbd47 (diff) | |
download | community.vyos.net-c257bb2a239fdf32301b0ad9666aff1dc07919a8.tar.gz community.vyos.net-c257bb2a239fdf32301b0ad9666aff1dc07919a8.zip |
Use latest Ubuntu for CI builds
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e2de00..551b3f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: environment: staging # 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: |