Skip to content

Commit 863dd3a

Browse files
authored
Merge pull request #2926 from haslinghuis/update_workflows
2 parents f85a5e7 + 9e1dc86 commit 863dd3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
test:
1818
name: Test
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
steps:
2121
- uses: actions/checkout@v2
2222

@@ -39,11 +39,11 @@ jobs:
3939
matrix:
4040
include:
4141
- name: Android
42-
os: ubuntu-20.04
42+
os: ubuntu-22.04
4343
releaseArgs: --android
4444

4545
- name: Linux
46-
os: ubuntu-20.04
46+
os: ubuntu-22.04
4747
releaseArgs: --linux64
4848

4949
- name: macOS

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
stale:
1010
name: 'Check and close stale issues'
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/stale@v4
1414
with:

0 commit comments

Comments
 (0)