Skip to content

Commit

Permalink
add newer ubuntu for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 5, 2024
1 parent 2204926 commit 0de8040
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
build:
name: test (${{ matrix.os }}/${{ matrix.arch }})
name: test (${{ matrix.os }}/${{ matrix.arch }}/${{ matrix.runs_on }})
runs-on: ${{ matrix.runs_on }}
timeout-minutes: 60
strategy:
Expand All @@ -33,6 +33,24 @@ jobs:
arch_alias: amd64
runs_on: ubuntu-18.04
goos: linux
- os: linux
arch: amd64
os_alias: linux
arch_alias: amd64
runs_on: ubuntu-20.04
goos: linux
- os: linux
arch: amd64
os_alias: linux
arch_alias: amd64
runs_on: ubuntu-22.04
goos: linux
- os: linux
arch: amd64
os_alias: linux
arch_alias: amd64
runs_on: ubuntu-24.04
goos: linux
- os: macos
arch: amd64
os_alias: osx
Expand Down

0 comments on commit 0de8040

Please sign in to comment.