Skip to content

Commit

Permalink
馃┕ fix deprecation warning:
Browse files Browse the repository at this point in the history
   The ubuntu-18.04 environment is deprecated,
   consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead.
   For more details see actions/runner-images#6002
  • Loading branch information
thomasmerz committed Dec 13, 2022
1 parent 9abc58c commit 9436c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
run:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master

Expand Down

0 comments on commit 9436c4d

Please sign in to comment.