mirror of
https://github.com/vsergeev/c-periphery.git
synced 2026-02-05 22:52:35 +08:00
ci: update ubuntu and action versions
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -13,10 +13,10 @@ jobs:
|
||||
env:
|
||||
CC: ${{ matrix.cc }}
|
||||
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Build with make
|
||||
run: make all tests
|
||||
|
||||
6
.github/workflows/buildroot.yml
vendored
6
.github/workflows/buildroot.yml
vendored
@@ -30,10 +30,10 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Need to perform clone/build tests outside of workspace
|
||||
- name: Create Build Directory
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
|
||||
# Store build logs from test-pkg as artifacts
|
||||
- name: Upload Buildroot Logfiles
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: logfiles
|
||||
path: ~/build/br-test-pkg/**/logfile
|
||||
|
||||
Reference in New Issue
Block a user