Skip to content

Commit f7bc9b2

Browse files
SNOW-1960924: Update GH Actions runner image (#2111)
1 parent 2456c20 commit f7bc9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
jobs:
2828
build:
2929
name: Build
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Build

.github/workflows/check-style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check-style:
99
name: Check Style
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Check Style

0 commit comments

Comments
 (0)