We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daef981 + c0b7a39 commit 306c6fdCopy full SHA for 306c6fd
1 file changed
.github/workflows/ci.yml
@@ -4,10 +4,10 @@ on: [push, pull_request]
4
5
jobs:
6
test_som:
7
- runs-on: ubuntu-20.04 # ubuntu-latest
+ runs-on: ubuntu-24.04 # ubuntu-latest
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
11
with:
12
submodules: true
13
@@ -37,7 +37,7 @@ jobs:
37
ant eclipseformat
38
39
- name: Checkout AWFY
40
41
42
repository: smarr/are-we-fast-yet
43
path: are-we-fast-yet
0 commit comments