Skip to content

Commit a4ef64d

Browse files
committed
More CI/CD updates
1 parent a12fd91 commit a4ef64d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
include:
1616
- os: windows-latest
1717
platform: win32-x64
18-
- os: ubuntu-22.04
18+
- os: ubuntu-24.04
1919
platform: linux-x64
20-
- os: ubuntu-22.04-arm
20+
- os: ubuntu-24.04-arm
2121
platform: linux-arm64
2222
- os: macos-latest
2323
platform: darwin-x64
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actboy168/setup-luamake@master
3131
- if: matrix.platform == 'linux-x64' || matrix.platform == 'linux-arm64'
3232
run: |
33-
sudo apt-get update && sudo apt-get install -y libiberty-dev libsframe-dev
33+
sudo apt-get update && sudo apt-get install -y libiberty-dev
3434
- run: luamake lua compile/download_deps.lua
3535
- run: luamake -mode release -platform ${{ matrix.platform }}
3636
- run: npm install -g @vscode/vsce ovsx

0 commit comments

Comments
 (0)