Skip to content

Commit

Permalink
ci: update versions of builders
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Nov 7, 2024
1 parent 44b05ac commit af8b935
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-deb-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: build-deb-ubuntu
on: [push]

jobs:
build-2004:
runs-on: ubuntu-20.04
build-2404:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev devscripts fakeroot debhelper ragel
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev build-essential devscripts fakeroot debhelper ragel
- run: make && make deb && mv ../*.deb ./
- uses: actions/upload-artifact@v3
with:
name: ubuntu-2004
name: ubuntu-2404
path: '*.deb'
build-2204:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev devscripts fakeroot debhelper ragel
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev build-essential devscripts fakeroot debhelper ragel
- run: make && make deb && mv ../*.deb ./
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-macos
on: [push]

jobs:
build-macos11:
build-macos12:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ endif
touch $(CURDIR)/$@

OPENSSH_CONFIG_ARGS= \
--disable-security-key \
--disable-security-key \
--disable-pkcs11

.openssh.configure: .openssh.patch $(LIBCRYPTO)
Expand Down

0 comments on commit af8b935

Please sign in to comment.