Skip to content

Commit aa649af

Browse files
authored
Basic Workflow - Use ubuntu-22.04 instead of ubuntu-latest (SkylineCommunications#40)
1 parent 5f19658 commit aa649af

File tree

1 file changed

+1
-1
lines changed
  • working/templates/SharedItems/.github/workflows

1 file changed

+1
-1
lines changed

working/templates/SharedItems/.github/workflows/basic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
build:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04 # Mono is not installed on ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4
2525

0 commit comments

Comments
 (0)