Skip to content

Commit 0bd01b2

Browse files
authored
Bump version of Ubuntu used in GitHub actions (#518)
1 parent 7867b2e commit 0bd01b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
check-format:
2424
if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
2525
name: Check format
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
5252
if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
5353
strategy:
5454
matrix:
55-
os: [ubuntu-20.04, macos-13, windows-2022]
55+
os: [ubuntu-22.04, macos-13, windows-2022]
5656
arch: [x64, arm64]
5757
exclude:
5858
- os: windows-2022
@@ -231,7 +231,7 @@ jobs:
231231
test-nuget:
232232
strategy:
233233
matrix:
234-
os: [ubuntu-20.04, ubuntu-22.04-arm64, macos-13, macos-14, windows-2022]
234+
os: [ubuntu-22.04, ubuntu-22.04-arm64, macos-13, macos-14, windows-2022]
235235
dotnet: [netcoreapp3.1, net6.0, net7.0, net8.0]
236236
include:
237237
- os: windows-2022

0 commit comments

Comments
 (0)