Skip to content

Commit

Permalink
Fix ubuntu latest matrix value
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnerd authored Aug 2, 2023
1 parent 9f01171 commit 58eb431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 58eb431

Please sign in to comment.