Skip to content

Commit

Permalink
SNOW-1960924: Update GH Actions runner image (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pbulawa authored Mar 5, 2025
1 parent 2456c20 commit f7bc9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
check-style:
name: Check Style
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Style
Expand Down

0 comments on commit f7bc9b2

Please sign in to comment.