Skip to content

Commit 87e6bd0

Browse files
authored
pr workflow runs-on ubuntu-latest to fix actions/runner-images#11101 (#108)
Signed-off-by: Lars Haugan <lars.haugan@sparebank1.no>
1 parent 7e78f18 commit 87e6bd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
build:
88
name: Build
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out code
1212
uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
2020

2121
test:
2222
name: Test
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
steps:
2525
- name: Check out code
2626
uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
3030

3131
lint:
3232
name: Lint
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-latest
3434
steps:
3535
- name: Check out code
3636
uses: actions/checkout@v4

0 commit comments

Comments
 (0)