Skip to content

Commit

Permalink
runs on ubuntu-22.04 (#7144)
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo authored Dec 20, 2024
1 parent e176d5f commit f727f18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
for i in `echo $S`; do
J='{"app":"'$i'"'
[ -n "$V" ] && J=$J',"version":"'$V'"'
[ true = "$W" ] && M=$M$J',"os":"windows"},'
[ true = "$L" ] && M=$M$J',"os":"ubuntu"},'
[ true = "$W" ] && M=$M$J',"os":"windows-latest"},'
[ true = "$L" ] && M=$M$J',"os":"ubuntu-22.04"},'
done
M=`echo $M | sed -e s/,$//`']}'
echo "$M"
Expand All @@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{fromJson(needs.prepare.outputs.matrix)}}
runs-on: ${{matrix.os}}-latest
runs-on: ${{matrix.os}}
steps:
- run: |
# TEST PARAMETERS
Expand Down

0 comments on commit f727f18

Please sign in to comment.