Skip to content

Commit 6ebba97

Browse files
committed
Update GitHub Workflows
1 parent 5a915cc commit 6ebba97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ concurrency:
99
jobs:
1010
build_gcc:
1111
name: GCC DP 2D Profiling
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
if: github.event.pull_request.draft == false
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v5
1717
with:
1818
repository: 'AMReX-Codes/amrex'
1919
path: 'amrex'

0 commit comments

Comments
 (0)