We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14ca053 + a2643da commit ac171e5Copy full SHA for ac171e5
1 file changed
.github/workflows/release-ci.yml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
build_and_test:
17
name: Rustmail - latest
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
19
env:
20
SQLX_OFFLINE: true
21
strategy:
@@ -55,7 +55,7 @@ jobs:
55
create-release:
56
name: Create Release
57
needs: build_and_test
58
59
steps:
60
- name: Create release
61
@@ -79,7 +79,7 @@ jobs:
79
matrix:
80
include:
81
- target: x86_64-unknown-linux-gnu
82
- os: ubuntu-latest
+ os: ubuntu-22.04
83
- target: x86_64-apple-darwin
84
os: macos-latest
85
- target: x86_64-pc-windows-msvc
0 commit comments