We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a915cc commit 6ebba97Copy full SHA for 6ebba97
.github/workflows/ubuntu.yml
@@ -9,11 +9,11 @@ concurrency:
9
jobs:
10
build_gcc:
11
name: GCC DP 2D Profiling
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
if: github.event.pull_request.draft == false
14
steps:
15
- - uses: actions/checkout@v3
16
+ - uses: actions/checkout@v5
17
with:
18
repository: 'AMReX-Codes/amrex'
19
path: 'amrex'
0 commit comments