Skip to content

Commit

Permalink
ci: Upgrade to ubuntu-22.04 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Nov 23, 2024
1 parent e1bbcb8 commit b15c0f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Normal:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
./test/test-cli.sh ./build/demangle
Normal-No-GPL:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -36,7 +36,7 @@ jobs:
./test/test-cli.sh ./build-nogpl/demangle
Normal-Minimal:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -50,7 +50,7 @@ jobs:
./test/test-cli.sh ./build-no-min/demangle
Asan:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
licenses:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit b15c0f6

Please sign in to comment.