Skip to content

Commit 67eb0a7

Browse files
SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow
1 parent af31bce commit 67eb0a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
BW_PROJECT_TEST_NAME: Bandwidth.Iris.Tests
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Set release version
1919
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
12+
os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04 ]
1313
dotnet: [6.0.x, 7.0.x]
1414
steps:
1515
- name: Checkout repo
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)