Skip to content

Commit 54711a5

Browse files
authored
Updates: Build base OS changed to Ubuntu Latest 32 (#587)
1 parent 434c655 commit 54711a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest-32
1212

1313
steps:
1414
- name: Check Disk Space Before Build

.github/workflows/tagBasedImageBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
buildImageForNewTag:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-latest-32
1010
# Set environment variables
1111
env:
1212
LATEST_TAG: ${{ (github.event.release.target_commitish == 'main') && 'thirdweb/engine:latest' || '' }}

0 commit comments

Comments
 (0)