File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 19
19
jobs :
20
20
brew :
21
21
name : Bump Brew Version
22
- runs-on : ubuntu-latest
22
+ runs-on : ubuntu-22.04
23
23
steps :
24
24
- name : Release | Brew
25
25
uses : mislav/bump-homebrew-formula-action@v3
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
lint :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-22.04
15
15
steps :
16
16
- name : Setup | Checkout
17
17
uses : actions/checkout@v4
46
46
uses : ./.github/workflows/docs.yaml
47
47
48
48
check :
49
- runs-on : ubuntu-latest
49
+ runs-on : ubuntu-22.04
50
50
strategy :
51
51
matrix :
52
52
rust :
@@ -97,15 +97,15 @@ jobs:
97
97
strategy :
98
98
fail-fast : false
99
99
matrix :
100
- os : [ ubuntu-latest , macos-latest , windows-latest ]
100
+ os : [ ubuntu-22.04 , macos-14 , windows-2022 ]
101
101
include :
102
- - os : ubuntu-latest
102
+ - os : ubuntu-22.04
103
103
binPath : target/debug/trunk
104
104
install : |
105
105
sudo apt install -y libssl-dev
106
- - os : macos-latest
106
+ - os : macos-14
107
107
binPath : target/debug/trunk
108
- - os : windows-latest
108
+ - os : windows-2022
109
109
binPath : target/debug/trunk.exe
110
110
install : |
111
111
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
@@ -160,7 +160,7 @@ jobs:
160
160
fail-fast : false
161
161
max-parallel : 32
162
162
matrix :
163
- os : [ ubuntu-latest , macos-latest , windows-latest ]
163
+ os : [ ubuntu-22.04 , macos-14 , windows-2022 ]
164
164
example :
165
165
- cargo-manifest
166
166
- cdylib
@@ -248,7 +248,7 @@ jobs:
248
248
- name : Setup | Download CLI
249
249
uses : actions/download-artifact@v4
250
250
with :
251
- name : test-cli-ubuntu-latest
251
+ name : test-cli-ubuntu-22.04
252
252
253
253
- name : Setup | Make executable
254
254
run : chmod a+x $GITHUB_WORKSPACE/trunk
Original file line number Diff line number Diff line change 15
15
uses : ./.github/workflows/docs.yaml
16
16
17
17
deploy :
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-22.04
19
19
needs :
20
20
- docs
21
21
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209
209
needs :
210
210
- init
211
211
- build
212
- runs-on : ubuntu-latest
212
+ runs-on : ubuntu-22.04
213
213
steps :
214
214
- name : Setup | Checkout
215
215
uses : actions/checkout@v4
@@ -247,7 +247,7 @@ jobs:
247
247
248
248
publish :
249
249
needs : release
250
- runs-on : ubuntu-latest
250
+ runs-on : ubuntu-22.04
251
251
steps :
252
252
- name : Setup | Checkout
253
253
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments