File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
name : Test setup-foreman action
13
13
strategy :
14
14
matrix :
15
- os : ["ubuntu-latest ", "windows-latest", "macos-latest"]
15
+ os : ["ubuntu-22.04 ", "windows-latest", "macos-latest"]
16
16
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
38
38
name : Test setup-foreman action with working-directory
39
39
strategy :
40
40
matrix :
41
- os : ["ubuntu-latest ", "windows-latest", "macos-latest"]
41
+ os : ["ubuntu-22.04 ", "windows-latest", "macos-latest"]
42
42
runs-on : ${{ matrix.os }}
43
43
steps :
44
44
- uses : actions/checkout@v3
62
62
name : Test allow-external-gitub-org false expect failure
63
63
strategy :
64
64
matrix :
65
- os : ["ubuntu-latest "]
65
+ os : ["ubuntu-22.04 "]
66
66
runs-on : ${{ matrix.os }}
67
67
steps :
68
68
- uses : actions/checkout@v3
94
94
name : Test allow-external-gitub-org false expect success
95
95
strategy :
96
96
matrix :
97
- os : ["ubuntu-latest "]
97
+ os : ["ubuntu-22.04 "]
98
98
runs-on : ${{ matrix.os }}
99
99
steps :
100
100
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments