Skip to content

Commit d5763b4

Browse files
authored
Merge pull request #925 from Particular/feature/updating-ubuntu
Updating ubuntu runner
2 parents e200e73 + 47acfe6 commit d5763b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
include:
2121
- os: windows-2022
2222
name: Windows
23-
- os: ubuntu-22.04
23+
- os: ubuntu-latest
2424
name: Linux
2525
fail-fast: false
2626
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults:
1111
shell: pwsh
1212
jobs:
1313
release:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)