aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-04-04 18:23:38 +0000
committerSaturneric <[email protected]>2023-04-04 18:23:38 +0000
commit3cc94d242148b059087d96a8974c3678ff8609f5 (patch)
tree6bbd7056901e227d544ffe8d644762e3ed994adc
parentfeat: use openssl 3 on mac (diff)
downloadGpgFrontend-3cc94d242148b059087d96a8974c3678ff8609f5.tar.gz
GpgFrontend-3cc94d242148b059087d96a8974c3678ff8609f5.zip
feat: move from ubuntu 18.04 to ubuntu 20.04
Diffstat (limited to '')
-rw-r--r--.github/workflows/debug.yml2
-rw-r--r--.github/workflows/release.yml2
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: