Skip to content

Commit a4ba984

Browse files
committed
22.04 lock
1 parent e63e49c commit a4ba984

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Test setup-foreman action
1313
strategy:
1414
matrix:
15-
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
15+
os: ["ubuntu-22.04", "windows-latest", "macos-latest"]
1616

1717
runs-on: ${{ matrix.os }}
1818
steps:
@@ -38,7 +38,7 @@ jobs:
3838
name: Test setup-foreman action with working-directory
3939
strategy:
4040
matrix:
41-
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
41+
os: ["ubuntu-22.04", "windows-latest", "macos-latest"]
4242
runs-on: ${{ matrix.os }}
4343
steps:
4444
- uses: actions/checkout@v3
@@ -62,7 +62,7 @@ jobs:
6262
name: Test allow-external-gitub-org false expect failure
6363
strategy:
6464
matrix:
65-
os: ["ubuntu-latest"]
65+
os: ["ubuntu-22.04"]
6666
runs-on: ${{ matrix.os }}
6767
steps:
6868
- uses: actions/checkout@v3
@@ -94,7 +94,7 @@ jobs:
9494
name: Test allow-external-gitub-org false expect success
9595
strategy:
9696
matrix:
97-
os: ["ubuntu-latest"]
97+
os: ["ubuntu-22.04"]
9898
runs-on: ${{ matrix.os }}
9999
steps:
100100
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)