Skip to content

Commit 4927193

Browse files
authored
Update CI to use latest Ubuntu version
1 parent 3070f4a commit 4927193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Ubuntu 22.04 CI (GCC 11)
1+
name: Ubuntu
22

33
on: [push, pull_request]
44

55
jobs:
66
ubuntu-build:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
1010
- name: Use Makefile

0 commit comments

Comments
 (0)