mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-03-31 02:59:05 +00:00
Fix ubuntu latest matrix value
This commit is contained in:
parent
9f01171ff8
commit
58eb431b80
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
runs-on: ${{matrix.os}}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [latest, ubuntu-22.04, ubuntu-20.04]
|
||||
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]
|
||||
steps:
|
||||
- name: set apt conf
|
||||
run: ${{env.APT_SET_CONF}}
|
||||
|
|
Loading…
Reference in a new issue