Skip to content

Commit 4112796

Browse files
committed
chore: pin ci workflows to older ubuntu images
1 parent 366c770 commit 4112796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-linux:
1010
name: Linux Build
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Install Dependencies
1414
run: |

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test-linux:
1111
name: Test Linux Build
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Install Dependencies
1515
run: |

0 commit comments

Comments
 (0)