Skip to content

Commit

Permalink
chore: update push actions ubuntu to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Oct 26, 2023
1 parent 8c4fd8d commit fa8922a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust: ["stable"]
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
rust: ["stable"]
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down

0 comments on commit fa8922a

Please sign in to comment.