diff options
author | Saturneric <[email protected]> | 2023-04-04 18:23:38 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-04-04 18:23:38 +0000 |
commit | 3cc94d242148b059087d96a8974c3678ff8609f5 (patch) | |
tree | 6bbd7056901e227d544ffe8d644762e3ed994adc | |
parent | feat: use openssl 3 on mac (diff) | |
download | GpgFrontend-3cc94d242148b059087d96a8974c3678ff8609f5.tar.gz GpgFrontend-3cc94d242148b059087d96a8974c3678ff8609f5.zip |
feat: move from ubuntu 18.04 to ubuntu 20.04
-rw-r--r-- | .github/workflows/debug.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index c8159dac..3c21026f 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -23,7 +23,7 @@ jobs: build: strategy: matrix: - os: [ 'ubuntu-latest', 'macos-11', 'macos-12', 'windows-latest' ] + os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ] runs-on: ${{ matrix.os }} continue-on-error: true steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f14d0738..763256e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: build: strategy: matrix: - os: [ 'ubuntu-18.04', 'macos-11', 'macos-12', 'windows-2019' ] + os: [ 'ubuntu-20.04', 'macos-11', 'macos-12', 'windows-2019' ] runs-on: ${{ matrix.os }} continue-on-error: true steps: |