Move actions
Some checks failed
CI/CD / Linux-x86 (push) Failing after 5s
CI/CD / Win32 (push) Failing after 5s

This commit is contained in:
Lauri Räsänen 2025-01-06 19:29:24 +02:00
parent c7af43b3cb
commit 6461336825

View file

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
linux:
name: Linux-x86
runs-on: ubuntu-latest
runs-on: docker
strategy:
matrix:
compiler: [g++, clang++]
@ -44,7 +44,7 @@ jobs:
win32:
name: Win32
runs-on: windows-latest
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4