mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
Changed ubuntu 20.04 to latest
This commit is contained in:
parent
64667533c2
commit
bc3640ac86
1 changed files with 2 additions and 2 deletions
4
.github/workflows/releases.yml
vendored
4
.github/workflows/releases.yml
vendored
|
@ -60,14 +60,14 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ macos-latest, ubuntu-20.04, windows-latest ]
|
||||
platform: [ macos-latest, ubuntu-latest, windows-latest ]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies (ubuntu only)
|
||||
if: matrix.platform == 'ubuntu-20.04'
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
# You can remove libayatana-appindicator3-dev if you don't use the system tray feature.
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue