Skip to content

Commit 6cb2b6f

Browse files
committed
ci: use consistent ubuntu version
1 parent a6d66a2 commit 6cb2b6f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build_html:
99
name: Build HTML
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout master
1313
uses: actions/checkout@v3

.github/workflows/mmaps_master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build mmaps
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
env:
1414
SVDTOOLS: svdtools

.github/workflows/mmaps_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
compare:
88
name: Compare mmaps
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
continue-on-error: true
1111

1212
env:

.github/workflows/nightlies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
env:
1414
SVDTOOLS: svdtools

0 commit comments

Comments
 (0)