Skip to content

Commit b8ad522

Browse files
committed
Updating runner images on workflows
1 parent 5d5990a commit b8ad522

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/aurora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
concurrency: aurora_tests
1818
jobs:
1919
build:
20-
runs-on: ubuntu-24.04
20+
runs-on: ubuntu-latest
2121
steps:
2222
- name: Check for secrets
2323
env:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
os: [windows-2022, ubuntu-22.04]
2121
engine: [SqlServer, MySql, PostgreSql, Oracle]
2222
include:
23-
- os: windows-2022
23+
- os: windows-latest
2424
name: Windows
25-
- os: ubuntu-22.04
25+
- os: ubuntu-latest
2626
name: Linux
2727
fail-fast: false
2828
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: windows-2022
14+
runs-on: windows-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/[email protected]

0 commit comments

Comments
 (0)