Skip to content

Commit

Permalink
[test] Update GitHub Actions to Ubuntu 24.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Oct 5, 2024
1 parent 86def87 commit fcb7eab
Showing 1 changed file with 8 additions and 29 deletions.
37 changes: 8 additions & 29 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,69 +4,48 @@ on:
paths-ignore: '**.md'
jobs:
c-cl-error:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: Totto16/setup-gcc@master
with:
version: 13
- uses: actions/checkout@main
- run: make -j4 test-c test-cl test-error
cpp-java:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: Totto16/setup-gcc@master
with:
version: 13
- uses: actions/setup-java@main
with:
distribution: temurin
java-version: 21
- uses: actions/checkout@main
- run: make -j4 test-cpp test-java
cs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: Totto16/setup-gcc@master
with:
version: 13
- uses: actions/setup-dotnet@main
- uses: actions/checkout@main
- run: make -j4 test-cs
d:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: Totto16/setup-gcc@master
with:
version: 13
- uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
- uses: actions/checkout@main
- run: make -j4 test-d
js-ts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: Totto16/setup-gcc@master
with:
version: 13
- uses: actions/checkout@main
- run: make -j4 test-js test-ts
py-swift:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: Totto16/setup-gcc@master
with:
version: 13
- run: pip install mypy
- uses: pfusik/setup-swift@gpg-www
- uses: actions/checkout@main
- run: make -j4 test-py test-swift
host-diff:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: Totto16/setup-gcc@master
with:
version: 13
- uses: actions/setup-java@main
with:
distribution: temurin
Expand All @@ -82,7 +61,7 @@ jobs:
- run: rm test/bin/*/error.txt
- run: make -j4 test-error FUT_HOST=node
vscode:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-node@main
- uses: actions/checkout@main
Expand Down

0 comments on commit fcb7eab

Please sign in to comment.