Skip to content

Commit

Permalink
CI: updated ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Mar 1, 2025
1 parent 7369dae commit 44fe8d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
virtualsmartcard/virtualsmartcard*.dmg

virtualsmartcard-ubuntu:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- run: .github/build-virtualsmartcard.sh ubuntu
Expand All @@ -37,7 +37,7 @@ jobs:
virtualsmartcard/virtualsmartcard*.tar.gz

ccid-ubuntu:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- run: .github/build-ccid.sh ubuntu
Expand All @@ -54,7 +54,7 @@ jobs:
- run: .github/build-pcsc-relay.sh macos

pcsc-relay-ubuntu:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- run: .github/build-pcsc-relay.sh ubuntu
Expand All @@ -65,13 +65,13 @@ jobs:
pcsc-relay/pcsc-relay*.tar.gz

# pcsc-relay-mingw-32:
# runs-on: ubuntu-20.04
# runs-on: ubuntu-24.04
# steps:
# - uses: actions/checkout@v2
# - run: .github/build-pcsc-relay.sh mingw-32

pcsc-relay-mingw-64:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- run: .github/build-pcsc-relay.sh mingw-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- run: .github/build-virtualsmartcard.sh coverity
Expand Down

0 comments on commit 44fe8d9

Please sign in to comment.