Skip to content

Commit

Permalink
Merge pull request #359 from ktock/cibump
Browse files Browse the repository at this point in the history
CI: use ubuntu-24.04 runner
  • Loading branch information
ktock authored Dec 14, 2024
2 parents 0bfb112 + a1c1efc commit f1c2ffc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Release
env:
OUTPUT_DIR: ${{ github.workspace }}/builds
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Build
steps:
- uses: actions/setup-go@v5
Expand All @@ -26,7 +26,7 @@ jobs:
if ldd ./out/c2w-net ; then echo "must be static binary" ; exit 1 ; fi
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test
strategy:
fail-fast: false
Expand All @@ -45,7 +45,7 @@ jobs:
make test
# benchmark:
# runs-on: ubuntu-22.04
# runs-on: ubuntu-24.04
# name: Benchmark
# steps:
# - uses: actions/checkout@v4
Expand All @@ -54,7 +54,7 @@ jobs:
# make benchmark

linter:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Linter
steps:
- uses: actions/checkout@v4
Expand All @@ -66,7 +66,7 @@ jobs:

project:
name: Project Checks
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit f1c2ffc

Please sign in to comment.