Skip to content

Commit 306c6fd

Browse files
authored
[GHA] Update to Ubuntu 24.04 and checkout v4 (#37)
2 parents daef981 + c0b7a39 commit 306c6fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
test_som:
7-
runs-on: ubuntu-20.04 # ubuntu-latest
7+
runs-on: ubuntu-24.04 # ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
with:
1212
submodules: true
1313

@@ -37,7 +37,7 @@ jobs:
3737
ant eclipseformat
3838
3939
- name: Checkout AWFY
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
with:
4242
repository: smarr/are-we-fast-yet
4343
path: are-we-fast-yet

0 commit comments

Comments
 (0)