mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-16 07:30:28 +01:00
Will not build on older ubuntu
20.04 is 3 years old now, that is archaic.
This commit is contained in:
parent
1d2a7aaba3
commit
0a151b1a3a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ on:
|
|||
|
||||
jobs:
|
||||
gcc:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install deps
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
do_functional_test
|
||||
|
||||
clang:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install deps
|
||||
|
|
Loading…
Reference in New Issue
Block a user