Skip to content

Commit ac171e5

Browse files
authored
Merge pull request #337 from Rustmail/336-fix-ubuntu-version-for-ci
fix(ci): fix ubuntu version for CI
2 parents 14ca053 + a2643da commit ac171e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
build_and_test:
1717
name: Rustmail - latest
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
env:
2020
SQLX_OFFLINE: true
2121
strategy:
@@ -55,7 +55,7 @@ jobs:
5555
create-release:
5656
name: Create Release
5757
needs: build_and_test
58-
runs-on: ubuntu-latest
58+
runs-on: ubuntu-22.04
5959
steps:
6060
- name: Create release
6161
env:
@@ -79,7 +79,7 @@ jobs:
7979
matrix:
8080
include:
8181
- target: x86_64-unknown-linux-gnu
82-
os: ubuntu-latest
82+
os: ubuntu-22.04
8383
- target: x86_64-apple-darwin
8484
os: macos-latest
8585
- target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)