Skip to content
Snippets Groups Projects
Unverified Commit c606598d authored by ulif's avatar ulif
Browse files

Run test workflow on ubuntu-latest only

as 'ubuntu' seems to be a shortcut for the latest version.
parent a48992ad
Branches
Tags
No related merge requests found
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- ['ubuntu', 'ubuntu-latest'] - ['ubuntu-latest']
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment