We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3070f4a commit 4927193Copy full SHA for 4927193
1 file changed
.github/workflows/ubuntu.yml
@@ -1,10 +1,10 @@
1
-name: Ubuntu 22.04 CI (GCC 11)
+name: Ubuntu
2
3
on: [push, pull_request]
4
5
jobs:
6
ubuntu-build:
7
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
- name: Use Makefile
0 commit comments