mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-15 07:00:27 +01:00
Upgrade CI workflow packages and Ubuntu version (#101)
This commit is contained in:
parent
e14f27f412
commit
7e4caacb9e
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -19,9 +19,9 @@ on:
|
|||
|
||||
jobs:
|
||||
gcc:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install deps
|
||||
run: |
|
||||
source util/ci/script.sh
|
||||
|
@ -41,9 +41,9 @@ jobs:
|
|||
do_functional_test
|
||||
|
||||
clang:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install deps
|
||||
run: |
|
||||
source util/ci/script.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user