mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Change ubuntu-latest to ubuntu-22.04
This commit is contained in:
parent
c16aa917ff
commit
771523f464
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -2,7 +2,7 @@ on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_ubuntu:
|
build_ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: gitconfig
|
- name: gitconfig
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue