mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-28 18:56:33 +02:00
Update OS for the workflow checking hashes to ubuntu 22.04
This commit is contained in:
parent
6cd7e19300
commit
9184b8ad0f
2
.github/workflows/hashes.yaml
vendored
2
.github/workflows/hashes.yaml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
validate-hashes:
|
validate-hashes:
|
||||||
name: Validate Hashes
|
name: Validate Hashes
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user