Skip to content

Commit

Permalink
Update the Linux runner to ubuntu-20.04 (deprecation of ubuntu-18.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofama committed May 29, 2023
1 parent 9c5ab14 commit 1e7eba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
linux:
name: Linux
runs-on: "ubuntu-18.04"
runs-on: "ubuntu-20.04"
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
steps:
- name: Checkout
Expand Down

0 comments on commit 1e7eba4

Please sign in to comment.