Skip to content

Commit 0c72883

Browse files
author
Carl Sverre
authored
update workflows to pinned ubuntu version (#48)
1 parent 7ad2620 commit 0c72883

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/style.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Fix Code Styling
22

3-
on: [ push ]
3+
on: [push]
44

55
jobs:
66
lint:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88

99
steps:
1010
- name: Checkout code
@@ -26,4 +26,4 @@ jobs:
2626
- name: Commit linted files
2727
uses: stefanzweifel/git-auto-commit-action@v4
2828
with:
29-
commit_message: "Fix code styling (ci skip)"
29+
commit_message: "Fix code styling"

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: tests
22

33
on:
44
push:
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
test:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
if: "!contains(github.event.head_commit.message, 'ci skip')"
1818
strategy:
1919
fail-fast: false

0 commit comments

Comments
 (0)